#设置当前呼叫的并发数(maxcall),在最大并发(allow_maxcall)允许数量内
接口地址
POST/qiongqiapi/updateappmaxcall.php
参数说明:
编号 | 参数 | 必填 | 说明 |
---|---|---|---|
1 | appid | 是 | 应用ID |
2 | appsecret | 是 | 应用密码=公司密码 |
3 | appkey | 是 | 应用key=公司ID,如zmrh |
4 | maxcall | 是 | 设置最大并发数、但是该值只允许在allow_maxcall范围内 |
请求示例
http://xxx.xxx.xxx.xxx/qiongqiapi/updateappmaxcall.php?appid=xxxx&appsecret=xxxxxx&appkey=xxxxx&maxcall=9
返回信息
{
"status": "200",
"msg": "success",
"data": "1672840282"}
}
返回参数
编号 | 参数 | 说明 |
---|---|---|
1 | status | 调用状态,参考状态说明 |
2 | msg | sucess 成功 failed 失败 |
3 | data | 时间戳 |