Commit a7b36fa6 by 徐高华

/

parent 6d1177de
......@@ -572,7 +572,7 @@ public class EnterpriseController extends WebBaseController {
//微信企业绑定接口 - 迁移到运维
@RequestMapping("wx-enterprise-bind")
public HaobanResponse wxEnterpriseBind(HttpServletRequest request , WxEnterpriseBindQo bindQo) {
if (org.apache.commons.lang3.StringUtils.isAnyBlank(bindQo.getEnterpriseId(), bindQo.getVersion())) {
if (org.apache.commons.lang3.StringUtils.isAnyBlank(bindQo.getEnterpriseId())) {
return resultResponse(HaoBanErrCode.ERR_2);
}
String wxEnterpriseId = bindQo.getWxEnterpriseId();
......
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