This commit is contained in:
cansnow
2026-02-09 07:29:02 +08:00
parent 2860c46ec1
commit 6720c15e30
19 changed files with 996 additions and 207 deletions
+7
View File
@@ -19,6 +19,13 @@ module.exports = (vm) => {
...config.header,
token:uni.getStorageSync("BusinessToken"),
operationID: uuidV4(),
client:uni.getSystemInfoSync().osName,
// #ifdef APP-PLUS
ClientVersion:plus.runtime.versionCode,
// #endif
// #ifndef APP-PLUS
ClientVersion:350,
// #endif
};
if(typeof config.data === 'object'){
config.data = JSON.stringify(config.data);