1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
| # permanent_code就是自建应用用的secret
{ "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_full_name":"full_name", "verified_end_time":1431775834, "subject_type": 1, "corp_wxqrcode": "zzzzz", "corp_scale": "1-50人", "corp_industry": "IT服务", "corp_sub_industry": "计算机软件/硬件/信息服务" }, "auth_info": { "agent" : [ { "agentid":1, "name":"NAME", "round_logo_url":"xxxxxx", "square_logo_url":"yyyyyy", "appid":1, "auth_mode":1, "is_customized_app":false, "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", "share_type": 1 } }, { "agentid":2, "name":"NAME2", "round_logo_url":"xxxxxx", "square_logo_url":"yyyyyy", "appid":5, "shared_from": { "corpid":"wwyyyyy", "share_type": 0 } } ] }, "auth_user_info": { "userid":"aa", "open_userid":"xxxxxx", "name":"xxx", "avatar":"http://xxx" }, "register_code_info": { "register_code":"1111", "template_id":"tpl111", "state":"state001" }, "state":"state001" }
|