Authored by 李奇

Merge branch 'hotfix/skan-qrcode' into 'master'

fix: 小程序解码 review by 李其昌



See merge request !2
@@ -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 => {