Browse Source

更新 'AllPay_Other_Integration_Specification_CH.md'

benson.zhang 10 months ago
parent
commit
1f485ccb72
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AllPay_Other_Integration_Specification_CH.md

+ 1 - 0
AllPay_Other_Integration_Specification_CH.md

@@ -50,6 +50,7 @@ signature: 16d93a9ac6ca89bfdefb018924f11965
 | billCurrency   | String(3)  | O    | 扣账币种:“CNY”。目前只有支付宝和微信有值,其他渠道为空。 |
 | billAmount     | String(12) | O    | 扣账金额:人民币金额。目前只有支付宝和微信有值,其他渠道为空。 |
 | truncatePan     | String(32) | O   | 截断卡号。目前只支持外卡 |
+| paymentBrand     | String(32) | O   | 支付品牌 |
 | paymentTime    | String(14) | O    | 支付完成时间,格式:"yyyyMMddHHmmss" |
 | originalRequest    | Object | O    | 原始支付请求,数据格式:JSON |
 | originalResponse    | Object | O    | 原始支付响应,数据格式:JSON |