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

88 lines
2.4 KiB
JSON

{
"errcode": 0,
"errmsg": "ok",
"access_token": "xxxxxx",
"expires_in": 7200,
"permanent_code": "xxxx",
"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": "广东省广州市",
"auth_type": 1
},
"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"
}
}
]
},
"auth_user_info": {
"userid": "aa",
"open_userid": "xxxxxx",
"name": "xxx",
"avatar": "http://xxx"
},
"register_code_info": {
"register_code": "1111",
"template_id": "tpl111",
"state": "state001"
},
"edition_info": {
"agent": [
{
"agentid": 1,
"edition_id": "RLS65535",
"edition_name": "协同版",
"app_status": 3,
"user_limit": 200,
"expired_time": 1541990791,
"is_virtual_version": false,
"is_shared_from_other_corp": true
}
]
}
}