fix: 更新API端点路径以匹配v2版本规范

This commit is contained in:
2025-06-24 21:57:14 +08:00
parent e6c9b1b01d
commit ea5ed7c9ce
4 changed files with 6 additions and 6 deletions

View File

@@ -122,7 +122,7 @@ module.exports = {
},
baseUrl: "https://t-jm.v0750.com/",
getDevicecode: function (e, a) {
o = e, n("https://t-jm.v0750.com/miniprogram/identify/reload", a, !0).then(function (e) {
o = e, n("https://t-jm.v0750.com/v2/miniprogram/identify/reload", a, !0).then(function (e) {
var a = e.data;
console.log("onshow获取到的数据", a), o.globalData.devicecode = a.devicecode || o.globalData.devicecode;
});