获取商户信息
POST
https://qiyukf.com/platform/api/openapi/merchant/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/platform/api/openapi/merchant/query?appKey=&time=&checksum=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":102146,
"shopCode":"merchant2"
}'
响应示例响应示例
{
"id": 102146,
"domain": "qiyu-merchant2",
"name": "merchant2",
"seatNumber": 33,
"account": "qiyu-merchant2@163.com",
"contact": "13800000000",
"status": 1
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数application/json
返回响应
修改于 2022-01-28 04:39:36