- 销售端
- 每日打卡
- 申请记录
- 唤发服务2025
- 个人中心
- 唤发服务
- 健康检查
- soap
- 销售端2025
- 短信
- 用户
- 个人信息
- 登录
- 系统设置
- 客户端2025
更新唤发服务详情2025
PUT
/hair_service/v2/update
唤发服务2025
请求参数
Body 参数application/json
drug_purchase_receipt_photo
string
药品购买收据照片
forehead_photo
string
前额照片
head_left_photo
string
左侧头像照片
head_photo
string
头像照片
head_right_photo
string
右侧头像照片
purchase_address
string
购药详细地点
purchase_address_code
string
可选
service_number
string
唤发服务编号
time_buying
string
药品购买时间
示例
{
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"purchase_address": "string",
"purchase_address_code": "string",
"service_number": "string",
"time_buying": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://test-cn.your-api-server.com/hair_service/v2/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"purchase_address": "string",
"purchase_address_code": "string",
"service_number": "string",
"time_buying": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
示例值:
0
data
数据
msg
string
消息
示例值:
ok
示例
{
"code": 0,
"data": null,
"msg": "ok"
}
🟠400请求有误
🟠401没有权限