Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Work.UnitTests/ModelSamples/CgibinService/CgibinServiceGetAuthInfoResponse.json

62 lines
1.7 KiB
JSON

{
"errcode": 0,
"errmsg": "ok",
"dealer_corp_info": {
"corpid": "xxxx",
"corp_name": "name"
},
"auth_corp_info": {
"corpid": "xxxx",
"corp_name": "name",
"corp_type": "verified",
"corp_square_logo_url": "yyyyy",
"corp_user_max": 50,
"corp_agent_max": 30,
"corp_full_name": "full_name",
"verified_end_time": 1431775834,
"subject_type": 1,
"corp_wxqrcode": "zzzzz",
"corp_scale": "1-50人",
"corp_industry": "IT服务",
"corp_sub_industry": "计算机软件/硬件/信息服务",
"location": "广东省广州市",
"corp_ex_name": {
"name_list": "xx"
}
},
"auth_info": {
"agent": [
{
"agentid": 1,
"name": "NAME",
"round_logo_url": "xxxxxx",
"square_logo_url": "yyyyyy",
"appid": 1,
"auth_mode": 1,
"privilege": {
"level": 1,
"allow_party": [1, 2, 3],
"allow_user": ["zhansan", "lisi"],
"allow_tag": [1, 2, 3],
"extra_party": [4, 5, 6],
"extra_user": ["wangwu"],
"extra_tag": [4, 5, 6]
},
"shared_from": {
"corpid": "wwyyyyy"
}
},
{
"agentid": 2,
"name": "NAME2",
"round_logo_url": "xxxxxx",
"square_logo_url": "yyyyyy",
"appid": 5,
"shared_from": {
"corpid": "wwyyyyy"
}
}
]
}
}