简要描述:
- 设置http回调地址
请求URL:
http://域名地址/setHttpCallbackUrl
- POST
请求头Headers:(别忘了传)
- Content-Type:application/json
- Authorization:login接口返回
参数:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| httpUrl | 是 | string | 开发者接口回调地址 |
| type | 是 | int | 2:优化版【PS:建议使用优化版】 |
返回数据:
| 参数名 | 类型 | 说明 |
|---|---|---|
| code | string | 1000成功,1001失败 |
| msg | string | 反馈信息 |
请求参数示例
{
"httpUrl": "http://182.168.40.14:18081/userInfo/webHttpTest",
"type": 2
}
成功返回示例
{
"message": "成功",
"code": "1000",
"data": null
}
错误返回示例
{
"message": "失败",
"code": "1001",
"data": null
}
测试地址:https://wkteam.cn/









![[b01lers2020]Life on Mars 一个接口的sql schema.schemate表](https://img-blog.csdnimg.cn/direct/c773777fd95140f5b45b852b61879ef0.png)









