Showing
1 changed file
with
4 additions
and
0 deletions
@@ -146,6 +146,10 @@ if ($aliPayEL && $aliPayEL.length > 0 && $aliPayEL.data('href')) { | @@ -146,6 +146,10 @@ if ($aliPayEL && $aliPayEL.length > 0 && $aliPayEL.data('href')) { | ||
146 | }); | 146 | }); |
147 | } | 147 | } |
148 | 148 | ||
149 | +/** | ||
150 | + * 获取微信支付数据 | ||
151 | + * @param {*} orderCode | ||
152 | + */ | ||
149 | function getWechatPayData(orderCode) { | 153 | function getWechatPayData(orderCode) { |
150 | let jsApiParameters; | 154 | let jsApiParameters; |
151 | 155 |
-
Please register or login to post a comment