Files
smartDriveEEUniApp/unpackage/dist/dev/mp-weixin/uni_modules/uni-upgrade-center-app/utils/call-check-version.js
2026-01-20 08:46:36 +08:00

11 lines
319 B
JavaScript

"use strict";
function callCheckVersion() {
return new Promise((resolve, reject) => {
reject({
message: "请在App中使用"
});
});
}
exports.callCheckVersion = callCheckVersion;
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/uni_modules/uni-upgrade-center-app/utils/call-check-version.js.map