文档
测试

获取广告主

POST
http://yunbian-gateway-sit.cloud.bz/tencent-report/reportTimeSharing/channelAccount

响应参数

参数名
类型
描述
必填
status
int
状态码
必填
msg
String
消息
必填

说明 / 示例

**请求示例** **request** ```javascript { "accountId":null,//广告主必传 "accountType":"ACCOUNT_TYPE_AGENCY", "userName":"沈宜人", "wechatAccountId":"s15221377120" //代理商必传 } ``` **response** ```javascript { "status": 0, "msg": "成功", "channelAccountList": [ { "accountName": "广州蛋壳网络科技有限公司", "channel": 1, "accountIdList": [ 20107691, 20197381, 20197692 ] }, { "accountName": "浙江欧诗漫美容科技有限公司", "channel": 1, "accountIdList": [ 20210917, 20266750, 20381824, 20381868, 20381908, 20382071, 20382102, 20751698, 20751702, 20751704 ] }, { "accountName": "拇指衣橱(浙江)服装科技有限公司", "channel": 1, "accountIdList": [ 20056379, 20056527, 20056630, 20056671, 20878063, 20878080 ] }, { "accountName": "广州水一心科技有限公司", "channel": 1, "accountIdList": [ 20113673 ] }, { "accountName": "松下家电(中国)有限公司", "channel": 1, "accountIdList": [ 18449878 ] }, { "accountName": "广州千颜传媒有限公司", "channel": 1, "accountIdList": [ 18798328 ] }, { "accountName": "周生生(中国)商业有限公司", "channel": 1, "accountIdList": [ 17692672 ] }, { "accountName": "北京博士伦眼睛护理产品有限公司", "channel": 2, "accountIdList": [ 20700474 ] }, { "accountName": "锦泓时装集团股份有限公司", "channel": 3, "accountIdList": [ 20112785, 20220014, 20635206, 20640165, 20640166 ] }, { "accountName": "广州市朴诚乳业有限公司", "channel": 3, "accountIdList": [ 19769288, 19809253, 20057753, 20061443, 20669256 ] }, { "accountName": "上海奇罗食品有限公司", "channel": 1, "accountIdList": [ 18548342 ] } ] } ```