download.js 331 Bytes
const app = getApp();
const api = app.globalData.api;

// 检查版本更新 2iOS 1安卓
export function checkVersion(type) {
	return api.getData('/app/common/getVersion/' + type)
}
/// eula:用户协议 pp:隐私政策 help:使用帮助
export function getPrivacy(type) {
	return api.getData('/app/common/getProtocol/' + type)
}