Commit 46466f83 authored by Hsinli's avatar Hsinli

addd

parent bbab22a3
Pipeline #13693 passed with stage
in 5 seconds
......@@ -161,7 +161,7 @@ class ApplyService extends Service {
//验证码校验
let codeKey = 'mine:credit:black:code' + inputParams.phone;
let codeData = await app.redis.get(codeKey);
ctx.logger.info(codeData);
ctx.logger.info({ codeData: JSON.stringify(codeData) });
if (codeData.code !== inputParams.code) {
ctx.failed('验证码错误,请重试');
}
......
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