提交 ec3e555c 作者: 王进

充值异常

上级 01dbaaa7
......@@ -187,9 +187,9 @@ class WechatSDK {
this.printf(that.MidasPaymentParams, 0);
// 调微信米大师支付接口
(wx as any).requestMidasPayment(that.deepCopy({}, that.MidasPaymentParams, {
success: function (res) {
success: function (data) {
that.printf("SDK -> 支付成功:", 0)
that.printf(res, 0)
that.printf(data, 0)
that.getCoins(that.deepCopy({}, that.sdkParams, { order_num: res.data.order_num }))
},
fail: function (err) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论