多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 接口名称 Service/delService ### 接口描述 删除服务 ### 演示地址 `http://URL/Service/delService` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) user_id 用户id(选填,默认当前用户id) (int) service_id 套餐id ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "msg": "删除成功" } 失败 { "status": 0, "msg": "删除失败" } ~~~