Commit c29f528c by 徐高华

Merge branch 'feature/xgh/bug/0415' into 'master'

沙驰

See merge request !1712
parents 0145b4a4 a8418bbd
...@@ -207,7 +207,7 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -207,7 +207,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
if(null != shachi && shachi.toString().contains(corpId)) { if(null != shachi && shachi.toString().contains(corpId)) {
HaobanResponse response = new HaobanResponse(); HaobanResponse response = new HaobanResponse();
response.setErrorCode(-888); response.setErrorCode(-888);
response.setMessage("已无可用许可,购买后可继续使用"); response.setMessage("已无可用许可,联系商务购买后可继续使用");
return response; return response;
} }
......
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