Commit b46091e8 by huangZW

111

parent 21057408
......@@ -40,7 +40,7 @@ public class WxEnterpriseController extends WebBaseController{
public HaobanResponse wxEnterpriseBind(String enterpriseId,String wxEnterpriseId,String version) {
int i = wxEnterpriseRelatedApiService.wxEnterpriseBind(enterpriseId,wxEnterpriseId,version);
if(i==1){
return resultResponse(HaoBanErrCode.ERR_1);
return resultResponse(HaoBanErrCode.ERR_10006);
}
return resultResponse(HaoBanErrCode.ERR_1);
......
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