# 网关

    接口接入域名地址(api_domian):https://www.airpayee.com

    网关地址:{api_domain}/gateway/unify

# 请求方式

    GET

# 参数

参数名 参数类型 必填 示例 描述
method string Y airpayee.pay.scanpay 请求接口的标识
mch_no string Y 0001 聚合平台的商户编号
mch_order_id string N M20208031448 商户订单id
auth_code string Y 131118236843814530 微信/支付宝的付款码
body string Y 扫码枪扫码支付xxx 商品概述,32个字符以内
amount int Y 1 交易总金额,以分为单
attach string Y 原样返回的数据 附加参数,平台将原样返回的信息
request_time dateTime Y 2022-08-03 14:49:39 发起请求的时间
sign string Y c6285a9c2c24fc49b4be7d51f9a808fe 参数签名,详细请看“接口签名机制”