Commit 26271039 by 徐高华

log

parent 8c1ab909
......@@ -141,6 +141,7 @@ public class LoginController extends WebBaseController {
}
}
}
logger.info("登录商户={}",gicEnterpriseId);
String code = this.doLogin(wxEnterpriseId, gicEnterpriseId, loginPhoneNumber, "gic", response);
if (StringUtils.isNotBlank(code)) {
return this.fail(this.errMessage(code));
......
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