Authored by 李奇

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

... ... @@ -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 => {
... ...