Commit c31e0073 authored by Hsinli's avatar Hsinli

addd

parent d7e0e065
Pipeline #13545 passed with stage
in 24 seconds
......@@ -88,8 +88,9 @@ class ApplyService extends Service {
}
ctx.logger.info(smsParams);
// let smsResult = await ctx.service.common.sms.sendSms(smsParams);
// ret.code = smsResult.status === 201 ? 1 : 0;
// ret.msg = smsResult.status === 201 ? '短信发送成功' : '短信发送失败';
// if (smsResult.status != 201) {
// ctx.failed('短信发送失败,稍后再试');
// }
return ret;
}
......
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