shawenguan 1 год назад
Родитель
Сommit
038f429fc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Scripts/unicom/unicomSignIn.js

+ 1 - 1
Scripts/unicom/unicomSignIn.js

@@ -149,7 +149,7 @@ async function checkNotifyUsage(userInfo, onlineData) {
     }
 
     magicJS.notification.post(scriptName, "", usageText);
-    let sendRet = await magicJS.fastWxpusherSend(usageText, '联通手机使用情况');
+    let sendRet = await magicJS.fastWxpusherSend(usageText, `联通[${phoneNum}]使用情况`);
     return true;
 }