|
@@ -95,10 +95,6 @@ function getPrivObject(userId, key, defaultValue = "") {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function handleRspCookie() {
|
|
function handleRspCookie() {
|
|
|
- for (let k in $response) {
|
|
|
|
|
- lk.log(k);
|
|
|
|
|
- lk.log(JSON.stringify($response[k]));
|
|
|
|
|
- }
|
|
|
|
|
let cookie = $response.headers.cookie;
|
|
let cookie = $response.headers.cookie;
|
|
|
let key = `${thwjStoreKeyPrefix}CommonCookieKey`;
|
|
let key = `${thwjStoreKeyPrefix}CommonCookieKey`;
|
|
|
lk.setVal(key, cookie);
|
|
lk.setVal(key, cookie);
|