- 数据服务h5
- 扫码支付
- 商户开卡
- 公共接口
- 登录相关
- 终端互联
- 国补-江苏地区
- 登录接口POST
4.获取商户报名结果列表
开发中
POST
/gov/activePart/getMchntActiveList.do
请求参数
Header 参数
token
string
全局唯一凭证
默认值:
1f660f55c7574a3cb9fc4f10b91893c6
Body 参数application/json
activeId
string
活动编码
activeNm
string
活动名称
mchntCd
string
商户唯一编码
mchntNm
string
商户名称
示例
{
"activeId": "ZF1003",
"activeNm": "江苏国补活动",
"mchntCd": "0003060F8016369",
"mchntNm": "小微商户名称优化"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mngapp-test.fuioupay.com/gov/activePart/getMchntActiveList.do' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"activeId": "ZF1003",
"activeNm": "江苏国补活动",
"mchntCd": "0003060F8016369",
"mchntNm": "小微商户名称优化"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": "0000",
"msg": "success",
"data": [
{
"rowId": null,
"activeId": "ZF1003",
"activeNm": "江苏国补活动",
"mchntCd": "0003060F8016369",
"mchntNm": "小微商户名称优化",
"relateInsCd": "08M0079913",
"subInsCd": "",
"thirdInsCd": "",
"fourInsCd": "",
"fiveInsCd": "",
"fcInsCd": "08M0079913",
"rowSt": "1",
"recCrtUsr": null,
"recCrtTs": 1748438881720,
"recUpdUsr": null,
"recUpdTs": 1748438881720,
"rem1": "",
"rem2": "",
"rem3": "",
"searchQ": null,
"provCd": null
}
]
}