Commit 30c76030 authored by 杨阳's avatar 杨阳

打印日志

调整二维码接口参数验证 调整平台微信注册接口 农户注册bug fixed
parent 242849ad
......@@ -278,7 +278,6 @@ public class PeasantHouseholdServiceImpl extends BaseService<PeasantHouseholdDto
public PeasantHouseholdWxDto wxUserLogin(MobileLoginParamDto wxDTO) {
// 通过手机号和验证码调用平台接口进行验证
String phoneNo = this.parsePhoneNo(wxDTO);
// String phoneNo = "13641746112";
if (phoneNo == null) {
throw new BadRequest("获取手机号失败!");
}
......
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