Page History

Checkcollection

Last edited by 郑超

返回

校验H5上内容收藏是否成功


URL: https://apiwjjtest.cnlive.com/Daren/stock/checkCollection.action


请求方式: HTTP POST/GET


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用id
sid String true 用户云id
collectionId String true 收藏内容id

返回格式: JSON


返回格式样例:

{
    "data":{
        "checkStatus":false //true:收藏列表有该条内容  false:收藏列表无该条内容
    },
    "errorCode":"0",
    "errorMessage":"成功"
}