{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"merchantNo": "string",
"channelId": 0
}
}curl --location 'https://openapi-dev.51shoubei.com/openApi/v1/paycfg/merchant/wechatConfig/query' \
--header 'api-key: AK-0bf4488ad8eb464da0d6ff5816721f01' \
--header 'Content-Type: application/json' \
--data '{
"requestId": "string",
"timestamp": "string",
"nonce": "stringstringstri",
"sign": "string",
"reqBody": {
"merchantNo": "string",
"channelId": 0
}
}'{
"code": 0,
"msg": "",
"timestamp": "",
"sign": "",
"nonce": "",
"rspBody": {
"merchantNo": "",
"channelId": 0,
"configList": [
{
"type": 0,
"accountType": 0,
"subAppid": "",
"jsapiPath": "",
"status": 0,
"reason": ""
}
]
}
}