|
@@ -171,7 +171,7 @@ public class SysWorkUserServiceImpl extends ServiceImpl<SysWorkUserMapper, SysWo
|
|
}
|
|
}
|
|
R<String> reVerification = captchaService.reVerification(pointJson);
|
|
R<String> reVerification = captchaService.reVerification(pointJson);
|
|
String msg = reVerification.getMsg();
|
|
String msg = reVerification.getMsg();
|
|
- if (StrUtil.isNotEmpty(msg)) {
|
|
|
|
|
|
+ if (200 != reVerification.getCode() && StrUtil.isNotEmpty(msg)) {
|
|
//交易错误信息发送给前端
|
|
//交易错误信息发送给前端
|
|
return reVerification;
|
|
return reVerification;
|
|
}
|
|
}
|