获取商户列表
POST
https://qiyukf.com/platform/api/openapi/merchant/list
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/platform/api/openapi/merchant/list?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"offset":5,
"limit":4
}'
响应示例响应示例
{
"code": 200,
"result": [
{
"id": 102146,
"domain": "qiyu-merchant2",
"name": "merchant2",
"seatNumber": 33,
"account": "qiyu-merchant2@163.com",
"contact": "13800000000",
"status": 1
},
{
"id": 102145,
"domain": "qiyu-merchant3",
"name": " merchant3",
"seatNumber": 1,
"account": "qiyu-merchant3@163.com",
"contact": "13588895902",
"status": 1
},
{
"id": 102144,
"domain": "qiyu-merchant4 ",
"name": "merchant4",
"seatNumber": 34,
"account": "qiyu-merchant4@163.com ",
"contact": "13800000000",
"status": 1
},
{
"id": 102143,
"domain": "qiyu-merchant5",
"name": "merchant5",
"seatNumber": 1,
"account": "qiyu-merchant5@163.com ",
"contact": "13588895902",
"status": 1
}
],
"message": "success",
"total": 27
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:39:27