weixin - 微信
- api/weixin/getwxsetting GET 获取微信公众平台配置
- api/weixin/setwxsetting POST 设置微信公众平台配置
- api/weixin/relieve POST 微信解绑
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| appID | string | 应用ID |
| appSecret | string | 应用密钥 |
响应示例
application/json, text/json
{
"appID": "",
"appSecret": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| appID | string | 应用ID |
| appSecret | string | 应用密钥 |
请求示例
application/json, text/json
{
"appID": "",
"appSecret": ""
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| app | string | 标识 |
| loginName | string | 用户名 |
| name | string | 名称 |
| openid | string | Openid |
| password | string | 密码 |
| profile | string | 头像 |
| tenant | string | 企业标识 |
请求示例
application/json, text/json
{
"loginName": "",
"password": "",
"tenant": "",
"openid": "",
"name": "",
"profile": "",
"app": ""
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}