多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 Service/delCollect ### 接口描述 取消收藏 ### 演示地址 `http://URL/Service/delCollect` 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) source_id,资源ID,服务id (int) source_table_name 资源表名,服务是store_service ~~~ ### 输出结果 ~~~ 成功时 { "status": 1, "msg": "取消成功" } 失败时 { "status": 0, "msg": "取消失败" } ~~~