Merge remote-tracking branch 'origin/v1.2' into v1.2

This commit is contained in:
wangjiahao 2021-09-10 11:25:17 +08:00
commit e09e294349

View File

@ -45,9 +45,12 @@ public class DefaultLicenseService {
}
return f2CLicenseResponse;
}catch (Exception e){
e.printStackTrace();
return F2CLicenseResponse.invalid(e.getMessage());
LogUtil.error(e.getMessage());
// e.printStackTrace();
// return F2CLicenseResponse.invalid(e.getMessage());
return F2CLicenseResponse.noRecord();
}
}