shawenguan 2 năm trước cách đây
mục cha
commit
9f9a8ed64d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Scripts/jhsh/jhshHelper.js

+ 2 - 2
Scripts/jhsh/jhshHelper.js

@@ -55,8 +55,8 @@ function checkHandleRequest() {
             let MBCUserAgent = $request.headers['MBC-User-Agent'] || $request.headers['Mbc-user-agent'] || $request.headers['mbc-user-agent'];
             if(DeviceId && MBCUserAgent && body){
                 autoLoginInfo = {
-                    "DeviceId": $.DeviceId,
-                    "MBCUserAgent": $.MBCUserAgent,
+                    "DeviceId": DeviceId,
+                    "MBCUserAgent": MBCUserAgent,
                     "Body": body,
                 }
                 lk.setVal(jhshStoreKeyPrefix+'LoginInfo', autoLoginInfo);