Appearance
功能概述
服务商详情
接口访问
接口地址
user/service/provider/detail
请求方式 Method
GET
Header - Authorization Type : Bearer Token
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 | 访问版本 |
|---|---|---|---|---|---|---|
| token | string | 32 | true | 用户身份标识令牌 | - |
请求参数
| 属性 | 类型 | 长度 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|---|
| usersServiceProviderID | int | 11 | true | 1 | 服务商ID |
返回值
| 属性 | 类型 | 必填 | 说明 |
|---|---|---|---|
| usersServiceProviderID | int | true | 服务商ID |
| mobile | int | true | 联系方式 |
| type | int | true | 服务商类型 1-用户 2-企业 |
| serviceProviderName | string | true | 服务行业名称 |
| isPay | int | true | 是否付费 0.否 1.是 |
| isExpire | int | true | 是否过期 0.否 1.是 |
| isAuth | int | true | 是否认证 0.否 1. 待审核 2.是 -2.拒绝 |
| isOnline | int | true | 是否上下架 0.否 1.是 |
| createTime | string | true | 创建时间 |
返回示例
{
"response": {
"companyName": "字竞未来(海南)网络科技有限公司",
"legalPerson": "",
"businessLicense": "",
"uniformSocialCreditCode": "",
"serviceProviderName": ""
},
"requestId": "e34ea29c-d833-4a97-8465-b794e62d8d26"
}