Commit 124b2988 by qwmqiuwenmin

fix

parent 22bee462
......@@ -313,5 +313,15 @@ public class WxEnterpriseController extends WebBaseController{
}
//企业信息
@RequestMapping("enterprise-is-over")
public HaobanResponse enterpriseIsOver(String enterprise) {
if(StringUtils.isEmpty(enterprise)){
return resultResponse(HaoBanErrCode.ERR_1);
}
return resultResponse(HaoBanErrCode.ERR_1,true);
}
}
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