参数 | 说明 |
---|---|
Authorization | access_token访问令牌 |
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
key | true | char | open_id加密字符串,详见注解 |
注: 1、接口参数按此文档开发,路由自定义
2、加密字符串使用DES_ECB加密算法,填充模式:pkcs5padding,密码:client_secret前8位,输出:base64,字符集:gb2312,可参考http://tool.chacuo.net/cryptdes加密解密结果
名称 | 类型 | 说明 |
---|---|---|
status | int | 状态 |
msg | char | 返回信息 |
成功返回:
{
"status": 200,
"msg": ""
}
失败返回:
{
"status": <ErrorCode>,
"msg": <ErrorMessage>
}