Authored by 李奇

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

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



See merge request !2
... ... @@ -7,6 +7,7 @@ function getQRCodeSource(code) {
return new Promise(function (resolve, reject) {
let param = {
md5Param: code,
miniapp_type: 29
}
GET(API_HOST +'/wechat/miniapp/getMiniAppRealParam', param)
.then(data => {
... ...