ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
### 接口名称 Service/setServiceTags ### 接口描述 设置套餐其他信息 ### 演示地址 `http://URL/Service/setServiceTags` ### 输入参数 ~~~ (string) oauth_token (必填) (string) oauth_token_secret (必填) (int) user_id 服务所属用户的id(选填) (int) service_id 套餐id (string)key 下面对应的key值(中文) (string)value 标签值 (string)attach_ids (已经存在的图片的ids,用','连接) (file)file 上传的图片 ~~~ ### 输出结果 成功 ~~~ { "status": 1, "msg": "操作成功" } ~~~ 失败 ~~~ { "status": 0, "msg": "设置失败" } ~~~ ### 其他说明 ~~~ 婚礼策划 key 值 ["service_area","welcome","ceremony","party","decoration","other"] [“服务范围”,"迎宾区","仪式区","宴会区","局部装饰","特色服务及赠送"] 婚纱摄影key值 ["service_area","refinement","modeling","scene","free_gifts","product","other"] [“服务范围”,"拍摄精修","服装造型","拍摄场景","免费赠品","拍摄成品","补充说明"] 摄影师key值 ["service_area","content","seat","equipment","product","modeling","other"] [“服务范围”,"拍摄内容","拍摄机位","拍摄器材","拍摄成品","化妆造型","补充说明"] 摄像师key值 ["service_area","content","seat","equipment","product_time"] [“服务范围”,"拍摄内容","拍摄机位","拍摄器材","成品时长"] 化妆师key值 ["service_area","makeup_time","free_makeup","wedding_jewelry","cosmetics","other_makeup","other"] [“服务范围”,"跟妆时间","免费试妆","婚纱饰品","化妆品","亲友化妆","补充说明"] 主持人key值 ["service_area","content"] [“服务范围”,"服务内容"] ~~~