接口URL:/wg_wm/wg_mesassistanceapi?access_token=
Content-Type:application/json
请求方式:post
接口备注:暂无描述
请求头参数:
- 所有的接口必须携带header参数
| 参数名称 | 参数示例 | 是否必填 | 参数说明 |
|---|---|---|---|
| Content-Type | application/json | true | 固定传:application/json |
| groupName | ns-v7g6 | true | 分组名称,获取授权信息时返回的groupName |
| accountId | 16xxxxxxxxxxxx | true | 账套ID,获取授权信息时返回的accountId |
| X-GW-Router-Addr | https://tf.jdy.com | true | IDC域名,获取授权信息时返回的domain |
请求体参数:
|
参数名 |
示例值 |
参数类型 |
是否必填 |
参数描述 |
|
无请求参数 KEY/VALUE 类型 |
||||
请求示例:
{
"reqflag":"GET_SYS_PERF", //接口方法请求标识
"perfname":"enabletonext"//系统参数表述
“appcode”:“wg_weapp” // 应用编码
}
相应示例:(成功200,失败201)
{"data":true,"errorCode":"success","status":true,"success":true}