💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Store/delCollect ### 接口描述 取消收藏 ### 演示地址 `http://URL/Store/delCollect` 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) source_id,资源ID,店铺是店铺id (int) source_table_name 资源表名,服务是store ~~~ ### 输出结果 ~~~ 成功时 { "status": 1, "msg": "取消成功" } 失败时 { "status": 0, "msg": "取消失败" } ~~~