Skip to main content

Documentation Index

Fetch the complete documentation index at: https://opendocs.xft.xin/llms.txt

Use this file to discover all available pages before exploring further.

签约关系查询

请求地址: https://xlink.91xft.cn/parking/aggegation/query/signed/relation/v2 请求参数
字段是否必选字段类型字段说明
app_idStringapp_id
merchant_codeString商户号
store_codeString停车场标识
channelString支付渠道
sign_typeString签名类型
signString签名值
extraString额外参数
extra 说明
字段是否必选字段类型字段说明
trade_sceneString停车场景,默认 PARKING
plate_numberString车牌号,channel为WECHAT时sub_openid和车牌号必传
sub_openidString微信用户在子商户appid下的唯一标识
openidString微信用户在商户appid下的唯一标识
jump_sceneString跳转场景,默认小程序,支持 APP/H5
响应参数
字段是否必选字段类型字段说明
sign_flagString0:未签约;1:签约
channelString用户开通的支付方式
plate_numberString车牌号,多个以“;”分隔
failure_codeString业务参数 code
failure_msgString业务结果描述
sign_typeString签名类型
signString签名值
credentialString调用凭证
credential 说明(WECHAT)
字段是否必选字段类型字段说明
wx_app_idString微信服务商 appId
wx_sub_app_idString微信小程序 appId
wx_mch_idString服务商微信商户号
wx_open_idString用户在微信商户 appId 下唯一标识
wx_sub_mch_idString停车场微信商户号
wx_sub_open_idString用户在微信子商户 appId 下唯一标识
pathString微信无感用户授权/开通跳转路径

车辆进场

请求地址: https://xlink.91xft.cn/parking/aggegation/entry/v2 请求参数: app_id, merchant_code, out_trade_no, store_code, channel, sign_type, sign, extra extra 说明trade_scene(PARKING), plate_number, start_time(yyyyMMddHHmmss), car_type, free_time 响应参数state (0:失败 1:成功), store_code, plate_number, failure_code, failure_msg, sign_type, sign

车辆出场

请求地址: https://xlink.91xft.cn/parking/aggegation/entrance/v2 请求参数
字段是否必选字段类型字段说明
app_idStringapp_id
merchant_codeString商户号
store_codeString停车场标识
out_trade_noString商户订单号
channelString支付渠道
amountString支付金额(分)
notify_urlString异步通知 url
bodyString商品描述
subjectString商品标题
descriptionString备注信息
sign_typeString签名类型
signString签名值
client_ipString客户端 IP
extraString额外参数
extra 说明start_time, end_time, charging_time, plate_number, car_type, trade_scene, sub_app_id(否)。 响应参数
字段是否必选字段类型字段说明
out_trade_noString商户订单号
third_trade_noString第三方支付流水号(微信通道为异步返回)
bodyString商品信息
is_allowStringSUCCESS允许;FAIL不允许;INIT待定
subjectString商品标题
descriptionString备注信息
channelString支付渠道
failure_codeString业务参数 code
failure_msgString业务结果描述
sign_typeString签名类型
signString签名值

无感订单查询

请求地址: https://xlink.91xft.cn/parking/aggegation/query/charge/v2 请求参数: app_id, merchant_code, out_trade_no, third_trade_no(否), client_ip, extra(否), sign_type, sign 响应参数:id, out_trade_no, amount, state, payer_id, subject, body, description, channel, product, store_code, operator_id, failure_code, failure_msg, sign_type, sign

异步通知

通知参数为 json 格式字符串
字段是否必选字段类型字段说明
out_trade_noString商户订单号
third_trade_noString第三方支付流水号
store_codeString停车场标识
bodyString商品信息
channelString支付渠道
amountString支付金额(分)
subjectString商品标题
descriptionString备注信息
failure_codeString业务参数 code
failure_msgString业务结果描述
stateString交易状态 00成功 01失败
返回参数:处理成功返回 SUCCESS,不分大小写。