shawenguan 1 year ago
parent
commit
10a04d7848
1 changed files with 1 additions and 4 deletions
  1. 1 4
      Scripts/jhsh/jhshHelper.js

+ 1 - 4
Scripts/jhsh/jhshHelper.js

@@ -965,9 +965,7 @@ async function checkSignIn(loginInfo, signActInfo){
                 couponInfo = couponList[0];
             }
             let hasRewardGot = false;
-            lk.log("########1");
             if(couponInfo){
-                 lk.log("########1");
                 for(let i=0; i < REWORD_LIST.length; i++){
                     const reword = REWORD_LIST[i];
                     if(reword.NODE_DAY == couponInfo.nodeDay && reword.COUP_TITLE){
@@ -980,7 +978,6 @@ async function checkSignIn(loginInfo, signActInfo){
                 }
             }
             if(couponInfo){
-                lk.log("########2");
                 const result = await getSignInReward(signActInfo, couponInfo, 'A3341C120');
                 return result;
             }
@@ -1136,7 +1133,7 @@ async function getSignInReward(signActInfo, couponItemInfo, txcode) {
                 if (data) {
                     ret = JSON.parse(data);
                     if (ret.errCode == 0) {
-                        const giftMsg = `获得签到奖励:${ret?.data?.title}(${ret?.data?.subTitle})`;
+                        const giftMsg = `🎉 获得签到奖励:${ret?.data?.title}(${ret?.data?.subTitle})`;
                         lk.log(giftMsg);
                         lk.appendNotifyInfo(giftMsg);
                     } else {