Commit b316b13a authored by chenzhao's avatar chenzhao

Merge remote-tracking branch 'origin/developer' into developer

parents a1333a16 5ea6742b
...@@ -298,9 +298,6 @@ public class PeasantHouseholdServiceImpl extends BaseService<PeasantHouseholdDto ...@@ -298,9 +298,6 @@ public class PeasantHouseholdServiceImpl extends BaseService<PeasantHouseholdDto
String phoneNo ; String phoneNo ;
try{ try{
phoneNo = this.parsePhoneNo(wxDTO); phoneNo = this.parsePhoneNo(wxDTO);
} catch (BadRequest badRequest) {
// 抛出微信授权失败, 请重新授权, 需要前端拦截后重新从微信获取session_key
throw badRequest;
} catch (Exception e){ } catch (Exception e){
throw new RuntimeException("解析手机号失败"); throw new RuntimeException("解析手机号失败");
} }
......
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