...
参数 | 参数类型 | 必须 | 类型 |
---|---|---|---|
title | 标题 | 是 | String |
desc | 描述 | 是 | String |
imgurl | 作品封面地址 | 是 | String |
appUrl | 作品地址 | 是 | String |
shorturl | 作品短链 | 是 | String |
appFormAttr | 作品表单属性 | 否 | String |
gather | 收集信息 | 否 | String |
appType | app类型, 1兔展作品,2长页作品 | 是 | String |
eventType | 推送类型: add:新增,del:删除,update:修改,online:上线,offline:下线 | 是 | String |
appid | 作品id | 是 | String |
enterpriseid | 企业标识 | 是 | String |
gzhAppid | 公众号id | 否,看是否配置公众号 | String |
uid | 联合登录的第三方uid | 是 | String |
plugins | 插件玩法 | 否 | Object |
└─task | 任务 | 否 | Arrays |
└─taskId | 任务id | 否 | String |
└─taskSign | 外部回调标识 | 否 | String |
└─taskTitle | 任务标题 | 否 | String |
请求示例:
...
代码块 | ||
---|---|---|
| ||
{ "appType":"2", |
...
"appid":"f08919f9-xxxx-8238d668acaa", |
...
"desc":"测试任务玩法", |
...
"enterpriseid":"be_xxxERA8", |
...
"eventType":"update", |
...
"gather":"", |
...
"imgurl":"//test-cdn1.rabbitpre.com/5b859dff-xxxx-2d8aa6fd86", |
...
"nonce":"PP23E8", |
...
"opfid":"0037xxxx266", |
...
"plugins":{ |
...
"task":[ |
...
{ "taskTitle":"testTitle", |
...
"taskid":"20841e60-xxxx-1143c3b9558d", |
...
"taskSign":"testSign" |
...
} ] }, "pushType":"0", |
...
"secret":"81e482aea-xxxx-75b", |
...
"shorturl":"http://testa8.rabbitpre.com/m2/FPd9qMyMEW0", |
...
"thirdCompanyId":"136xxxx376", |
...
"timestamp":"1677728447710", |
...
"title":"0301test", |
...
"uid":"UU_xxxx_QH9Qkr" |
...
} |