fix: 小程序解码 review by 李其昌
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -7,6 +7,7 @@ function getQRCodeSource(code) { | @@ -7,6 +7,7 @@ function getQRCodeSource(code) { | ||
7 | return new Promise(function (resolve, reject) { | 7 | return new Promise(function (resolve, reject) { |
8 | let param = { | 8 | let param = { |
9 | md5Param: code, | 9 | md5Param: code, |
10 | + miniapp_type: 29 | ||
10 | } | 11 | } |
11 | GET(API_HOST +'/wechat/miniapp/getMiniAppRealParam', param) | 12 | GET(API_HOST +'/wechat/miniapp/getMiniAppRealParam', param) |
12 | .then(data => { | 13 | .then(data => { |
-
Please register or login to post a comment