更新 RedBook_Home
parent
fa06a8833b
commit
5f6cf6892c
@ -7,11 +7,11 @@
|
||||
|
||||
正式环境:<a href="http://sdk.or.xhs92.com" target="_blank">http://sdk.or.xhs92.com</a>
|
||||
|
||||
测试环境:<a href="http://test.sdk.or.xhs92.com" target="_blank">http://test.sdk.or.xhs92.com</a>
|
||||
测试环境:<a href="http://test-sdk.or.xhs92.com" target="_blank">http://test-sdk.or.xhs92.com</a>
|
||||
|
||||
## 阅读 API 功能文档
|
||||
|
||||
<a href="http://test.sdk.or.xhs92.com" target="_blank">http://test.sdk.or.xhs92.com</a>
|
||||
<a href="http://test-sdk.or.xhs92.com" target="_blank">http://test-sdk.or.xhs92.com</a>
|
||||
|
||||
## 商家身份鉴权
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
## 获取机器人帐号列表
|
||||
|
||||
您可以定期调用此接口,将划分给您的机器人账号同步到您自己的数据库:<a href="http://test.sdk.or.xhs92.com/index.html#/商家主机服务/management/api-sdk-management-get.robots-Post" target="_blank">查看接口文档</a>
|
||||
您可以定期调用此接口,将划分给您的机器人账号同步到您自己的数据库:<a href="http://test-sdk.or.xhs92.com/index.html#/商家主机服务/management/api-sdk-management-get.robots-Post" target="_blank">查看接口文档</a>
|
||||
|
||||
此接口参数较多,如无特殊需求,只需要传递以下简要参数即可:
|
||||
``` json
|
||||
@ -71,7 +71,7 @@
|
||||
|
||||
| Request Method | Request Url | Request Header | Request Body |
|
||||
|-|-|-|-|
|
||||
| POST | <a href="http://admin.or.xhs92.com/#/profile/merchant" target="_blank">设置用于接收异步任务结果的 URL 地址</a> | Merchant-Token: 您的商家Token <br />Content-Type: application/json | <a target="_blank" href="http://test.sdk.or.xhs92.com/"> 参见 API 文档的响应示例章节 </a> |
|
||||
| POST | <a href="http://admin.or.xhs92.com/#/profile/merchant" target="_blank">设置用于接收异步任务结果的 URL 地址</a> | Merchant-Token: 您的商家Token <br />Content-Type: application/json | <a target="_blank" href="http://test-sdk.or.xhs92.com/"> 参见 API 文档的响应示例章节 </a> |
|
||||
|
||||
### 超时约定
|
||||
|
||||
@ -89,15 +89,15 @@
|
||||
|
||||
| Request Method | Request Url | Request Header | Request Body |
|
||||
|-|-|-|-|
|
||||
| POST | <a href="http://admin.or.xhs92.com/#/profile/merchant" target="_blank">设置用于接收变更事件推送的 URL 地址</a> | Merchant-Token: 您的商家Token <br />Content-Type: application/json | { type: <a target="_blank" href="http://test.api.or.xhs92.com/index.html#/SwaggerModels/资源组件"> PushTypes </a>, data: 推送数据 } |
|
||||
| POST | <a href="http://admin.or.xhs92.com/#/profile/merchant" target="_blank">设置用于接收变更事件推送的 URL 地址</a> | Merchant-Token: 您的商家Token <br />Content-Type: application/json | { type: <a target="_blank" href="http://test-api.or.xhs92.com/index.html#/SwaggerModels/资源组件"> PushTypes </a>, data: 推送数据 } |
|
||||
|
||||
### 推送事件
|
||||
|
||||
| 事件类型 | 类型描述 | 推送数据 |
|
||||
|-|-|-|
|
||||
| robotOnlineStatusChange | 机器人在线状态变更 | <a target="_blank" href="http://test.api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
| robotCaptchaStatusChange | 机器人人机验证状态变更 | <a target="_blank" href="http://test.api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
| robotForbiddenStatusChange | 机器人封号状态变更 | <a target="_blank" href="http://test.api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
| robotOnlineStatusChange | 机器人在线状态变更 | <a target="_blank" href="http://test-api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
| robotCaptchaStatusChange | 机器人人机验证状态变更 | <a target="_blank" href="http://test-api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
| robotForbiddenStatusChange | 机器人封号状态变更 | <a target="_blank" href="http://test-api.or.xhs92.com/index.html#/SwaggerModels/资源组件">QueryRobotRsp</a> |
|
||||
|
||||
## 流量风控
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user