- 支付
- 私域
- 公域
- 营销
- 资金
- 会员
- 信用
- 安全
- 其他
ISV系统配置查询接口
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v3/alipay/eco/mycar/parking/config/query
alipay.eco.mycar.parking.config
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v3/alipay/eco/mycar/parking/config/query'
响应示例响应示例
200 - 示例 1
{
"interface_info_list": {
"interface_name": "string",
"interface_type": "string",
"interface_url": "string"
},
"account_no": "1234567@126.com",
"merchant_logo": "http://ecopublic.oss-cn-hangzhou.aliyuncs.com/eco/carlife/parking/merchantlogo/xiaoshanjichang.png",
"merchant_name": "杭州立方",
"merchant_service_phone": "021-25413215"
}
请求参数
Query 参数
interface_name
string
可选
interface_type
string
可选
返回响应
🟢200common response
application/json
Body
interface_info_list
object (InterfaceInfoList)
可选
interface_name
string
可选
interface_type
string
可选
interface_url
string
可选
account_no
string
可选
示例值:
1234567@126.com
merchant_logo
string
可选
示例值:
http://ecopublic.oss-cn-hangzhou.aliyuncs.com/eco/carlife/parking/merchantlogo/xiaoshanjichang.png
merchant_name
string
可选
示例值:
杭州立方
merchant_service_phone
string
可选
示例值:
021-25413215
🔴500请求失败
修改于 2023-11-23 05:47:15