- 用户端
- 登录注册
- 服务
- 评价
- 基础配置
- 师傅
- 用户
- 订单
- 支付
- 广告
- 地区
- 搜索
- 管理后台
- 服务管理
- 用户管理
- 师傅管理
- 订单管理
- 广告管理
- 渠道设置
- 系统设置
- 应用管理
- 地区
- 财务管理
- 装修管理
- 师傅端
详情
开发中
GET
/adminapi/staff.staff_apply/detail
请求参数
Query 参数
id
integer
申请ID
示例值:
7
Header 参数
token
string
必需
默认值:
217ba8ac94c48c81403500017f8c13fc
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/staff.staff_apply/detail?id=7' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
id
integer
师傅ID
skill_id
integer
技能id
goods_id
array[integer]
服务id
sn
string
师傅工号
name
string
师傅姓名
mobile
string
手机号码
sex
integer
必需
age
integer
年龄
staff_deposit
string
保证金
staff_earnings
string
佣金
identity_number
string
身份证号码
education
integer
学历
nation
integer
民族
identity_portrait_image
string
身份证人像面
identity_emblem_image
string
身份证国徽面
portrait_image
string
人像实拍
work_image
string
工作照
credentials_image
array[string]
证书
province_id
integer
省id
city_id
integer
市id
district_id
integer
区id
address
string
详细地址
longitude
string
经度
latitude
string
纬度
apply_status
integer
必需
verify_remarks
string
审核备注
apply_status_desc
string
审核状态描述
goods
array [object {3}]
服务列表
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"id": 0,
"skill_id": 0,
"goods_id": [
0
],
"sn": "string",
"name": "string",
"mobile": "string",
"sex": 0,
"age": 0,
"staff_deposit": "string",
"staff_earnings": "string",
"identity_number": "string",
"education": 0,
"nation": 0,
"identity_portrait_image": "string",
"identity_emblem_image": "string",
"portrait_image": "string",
"work_image": "string",
"credentials_image": [
"string"
],
"province_id": 0,
"city_id": 0,
"district_id": 0,
"address": "string",
"longitude": "string",
"latitude": "string",
"apply_status": 0,
"verify_remarks": "string",
"apply_status_desc": "string",
"goods": [
{
"id": 0,
"name": "string",
"image": "string"
}
]
}
}
修改于 2024-11-08 09:19:20