💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 接口名称 Works/updateServiceWorks ### 接口描述 修改案例信息 ### 演示地址 `http://URL/Works/updateServiceWorks` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) user_id 用户id(选填,默认当前用户id) (int) works_id 案例id(必填) (int) service_id 服务id(选填) (int) category_id 分类id(选填) (file)logo 封面file name 上传封面函数返回的对应值(选填) (int)logo_id logoID (选填,修改的时候不填写) (string)title 标题(选填) (string)content内容(选填) (array) attach_ids 已存在的图片id数组 (file) File 图片文件 (选填) 作品图片 (string)active_time活动时间(选填) (string)address 活动地点 (array)others 案例相关人员 如 {主持人=>用户id;策划师=>用户id;} ~~~ ### 输出结果 ~~~ 成功 { "status": 1, "msg": "修改成功" } 失败 { "status": 0, "msg": "修改失败" } ~~~