Commit 30ee9815 by qwmqiuwenmin

fix

parent 2aa77451
......@@ -276,4 +276,11 @@ public class ApplicationController extends WebBaseController{
}
return resultResponse(HaoBanErrCode.ERR_1);
}
@RequestMapping("init-application-relation")
@IgnoreLogin
public HaobanResponse insertApplicationRelation(String wxEnterpriseId){
applicationApiService.insertApplicationRelation(wxEnterpriseId);
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