- API接口
- 商户后台
- 运营后台
- 商户管理
- 交易中心
- 账单中心
- 资金账户
- 下啦接口
- 缓存
- 定时
- 其他
- 平台提现管理-详情GET
- 平台资金账户(手续费账户)分页GET
当前商户信息
开发中
GET
/admin/merchant/mch/info
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/admin/merchant/mch/info'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
object
必需
mchNo
string
必需
mchType
string
必需
mchName
string
必需
mchAddress
string
必需
businLicenseNo
string
必需
idCardName
string
必需
idCardNumber
null
必需
servicePhone
string
必需
imageUrl
string
必需
applyStatus
string
必需
applyStatusDesc
string
必需
applyTime
string
必需
reason
null
必需
示例
{
"code": 0,
"msg": "成功",
"data": {
"mchNo": "000000000000",
"mchType": "03",
"mchName": "厦门测试科技有限公司",
"mchAddress": "asdas",
"businLicenseNo": "asda",
"idCardName": "asd",
"idCardNumber": null,
"servicePhone": "as",
"imageUrl": "http://localhost:8080/admin/merchant/mch/info/show/L21lcmNoYW50L3BpY3R1cmUvMDAwMDAwMDAwMDAwLzg3YmU0N2IxMGNiNTQ2ZTA5MmUwZGZmNDBhOTdlZmVhLmpwZw==",
"applyStatus": "01",
"applyStatusDesc": "待审核",
"applyTime": "2023-01-09 14:37:20",
"reason": null
}
}
修改于 2023-02-07 07:43:23