Skip to content

Commit

Permalink
fi(mp-alipay): 修复支付参数不正确的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyucoding committed Apr 29, 2019
1 parent ebf1084 commit d99c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/mp-alipay/service/api/protocols.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ const protocols = { // 需要做转换的 API 列表
requestPayment: {
name: 'tradePay',
args: {
orderInfo: 'orderStr'
orderInfo: 'tradeNO'
}
},
getBLEDeviceServices: {
Expand Down

0 comments on commit d99c73a

Please sign in to comment.