获取小程序对应的提醒条信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| appId | Number | 必须 | 3000022444 | C端小程序id | |
| openId | String | 必须 | erqda2233 | 登录用户的openId |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | ResultDTO | 返回结果 | |
|
{"openId":"erqda2233","appId":0}
{
"result":{
"success":true,
"errMsg":"处理过程异常",
"errCode":"FAIL_XXX",
"model":{
"materialId":1002,
"contentJson":"{\"intrest\":\"兴趣内容\"}",
"bizId":"abcdesf"
}
}
}
{"result":{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}}
| 错误码 | 错误描述 | 解决方案 |
|---|