#更新应用状态
接口地址
POST/qiongqiapi/updatestatus.php
参数说明:
| 编号 | 参数 | 必填 | 说明 |
|---|---|---|---|
| 1 | appid | 是 | 应用ID |
| 2 | appsecret | 是 | 应用密码=公司密码 |
| 3 | appkey | 是 | 应用key=公司ID,如zmrh |
| 4 | app_status | 是 | 应用状态 【1执行,2暂停】 |
请求示例
http://xxx.xxx.xxx.xxx/qiongqiapi/updatestatus.php?appid=18cf6012-4330-11ea-9310-00163e0c8cf9&appsecret=123456&appkey=zmrh&app_status=1
返回信息
{
"status": "200",
"msg": "success",
"data": 17
}
返回参数
| 编号 | 参数 | 说明 |
|---|---|---|
| 1 | status | 调用状态,参考状态说明 【1执行,2暂停】 |
| 2 | msg | sucess 成功 failed 失败 |
| 3 | data | 返回数据 |