Commit 7659fa6b authored by 董加伟's avatar 董加伟

1

parent 57fedf6f
Pipeline #48935 passed with stage
in 3 seconds
......@@ -145,7 +145,7 @@ class ResponseController extends Controller {
const value = node_user_center_login_ret[key];
// const exist_value = ctx.cookies.get(key, { signed: false });
// if (!exist_value) {
ctx.logger.info(JSON.stringify({ key, value, phone }));
ctx.logger.info(JSON.stringify({ key, value, phone }));
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