Commit 3abd9456 authored by 谢永靖's avatar 谢永靖

1

parent da31af28
Pipeline #45499 passed with stage
in 1 minute 53 seconds
...@@ -145,6 +145,7 @@ class ResponseController extends Controller { ...@@ -145,6 +145,7 @@ class ResponseController extends Controller {
const value = node_user_center_login_ret[key]; const value = node_user_center_login_ret[key];
// const exist_value = ctx.cookies.get(key, { signed: false }); // const exist_value = ctx.cookies.get(key, { signed: false });
// if (!exist_value) { // if (!exist_value) {
ctx.logger.info(JSON.stringify({ key, value, phone }));
ctx.cookies.set(key, value, { httpOnly: false, signed: false, path: '/', overwrite: true }); ctx.cookies.set(key, value, { httpOnly: false, signed: false, path: '/', overwrite: true });
// } // }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment