-
Notifications
You must be signed in to change notification settings - Fork 0
third data upload api
NewYoung edited this page Aug 13, 2020
·
2 revisions
https://server:port/collector/async-batch/{operateType}/{dataKey}/{channelNo}
JSON
POST
false
name | description | required |
operateType | 操作类型(INSERT,UPDATE) | true |
dataKey | 经加密的objectInfoCode的值 | true |
channelNo | 第三方渠道号 | true |
[{uuid:“客户加密后的值”,anykey:"任意键值对"}]
POST https://server:port/collector/async-batch/INSERT/XXXXX/XXXXX
Accept: application/json
Content-Type: application/json
RequestBody: [{uuid:"xxx",requestPage:"/xxx/xxx",inPageTime:13213123123123,outPageTime:123123123123132}]
{status:"SUCCESS",data:1}