Commit e27629d0 authored by liujiangnan's avatar liujiangnan

fix: 检测升级问题

parent 9d07eed1
...@@ -149,7 +149,7 @@ export default class NewClass extends middleLayerBase { ...@@ -149,7 +149,7 @@ export default class NewClass extends middleLayerBase {
} }
const res: any = await this.asyncCallNetworkApiGet('/api/application/v1/checkVersion', { const res: any = await this.asyncCallNetworkApiGet('/api/application/v1/checkVersion', {
pkg_name: 'com.iplayabc.oxford.lite', pkg_name: 'com.iplayabc.oxford',
platform: platform platform: platform
}); });
return JSON.parse(res).data; return JSON.parse(res).data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment