shawenguan 1 năm trước cách đây
mục cha
commit
038f429fc7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }