- 销售端
- 每日打卡
- 申请记录
- 唤发服务2025
- 个人中心
- 唤发服务
- 健康检查
- soap
- 销售端2025
- 短信
- 用户
- 个人信息
- 登录
- 系统设置
- 客户端2025
代客户提交资料
POST
/sale/hair_service
销售端
请求参数
Body 参数application/json
drug_purchase_receipt_photo
string
药品购买收据照片
forehead_photo
string
前额照片
head_left_photo
string
左侧头像照片
head_photo
string
头像照片
head_right_photo
string
右侧头像照片
id
string
可选
identity_card_number
string
身份证号码
is_ccvd
boolean
是否心脑血管疾病
is_good_shape
boolean
是否身体状况良好
is_hypotension
boolean
是否低血压
is_sign_contract
boolean
是否签订合同
other_disease
string
其他疾病
province
string
所在省份
province_id
string
所在省份ID
purchase_place
integer
可选
service_number
string
唤发服务编号
user_id
string
必需
示例
{
"drug_purchase_receipt_photo": "string",
"forehead_photo": "string",
"head_left_photo": "string",
"head_photo": "string",
"head_right_photo": "string",
"id": "string",
"identity_card_number": "string",
"is_ccvd": true,
"is_good_shape": true,
"is_hypotension": true,
"is_sign_contract": true,
"other_disease": "string",
"province": "string",
"province_id": "string",
"purchase_place": 0,
"service_number": "string",
"user_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://test-cn.your-api-server.com/sale/hair_service' \
--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",
"id": "string",
"identity_card_number": "string",
"is_ccvd": true,
"is_good_shape": true,
"is_hypotension": true,
"is_sign_contract": true,
"other_disease": "string",
"province": "string",
"province_id": "string",
"purchase_place": 0,
"service_number": "string",
"user_id": "string"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
示例值:
0
data
数据
msg
string
消息
示例值:
ok
示例
{
"code": 0,
"data": null,
"msg": "ok"
}