|
|
@@ -170,7 +170,7 @@ public class EnterpriseServiceImpl implements EnterpriseService{
|
|
|
try {
|
|
|
result = AccountUtils.applyAppForMall(detail);
|
|
|
}catch (Exception e){
|
|
|
- return new ResultMap(CodeType.SYSTEM_ERROR, "注册失败");
|
|
|
+ return new ResultMap(CodeType.SYSTEM_ERROR, "账户中心异常,注册失败");
|
|
|
}
|
|
|
if (result.contains("errMsg") || !result.contains("enuu")){
|
|
|
return new ResultMap(CodeType.SYSTEM_ERROR, "注册失败");
|