shawenguan 1 rok temu
rodzic
commit
c1bdd00292
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      Scripts/elife/ofpayHelper.js

+ 3 - 0
Scripts/elife/ofpayHelper.js

@@ -167,10 +167,13 @@ function handleCookie(cookieStr){
                     "cust_id": "Pfd6kjTSmjCfQ8boswe1PpAmfgZW0acz",
                     "invitationCode": "BGCKWC"
                 }
+                lk.log(`test=${playload.customerInfo}`)
                 customerInfo = JSON.parse(playload.customerInfo);
                 lk.setVal(OfPayConstKey.phone, customerInfo.phone);
             } catch (e) {
             }
+        }else{
+            lk.log(`jwtData nil`)
         }
     }
 }