Commit 70b62261 by guojuxing

商户服务信息接口

parent 572d70a8
......@@ -183,6 +183,13 @@ public class LoginController {
return ResultControllerUtils.commonResultOne(info, CloudDataServiceInfoVO.class);
}
@RequestMapping("/enterprise-service-info")
public RestResponse enterpriseServiceExpireTime(Integer enterpriseId) {
ServiceResponse<EnterpriseDTO> info = enterpriseApiService
.getEnterpriseById(enterpriseId);
return ResultControllerUtils.commonResultOne(info, EnterpriseVo.class);
}
private boolean checkCloudAppExist(Integer enterpriseId) {
ServiceResponse<EnterpriseServeInfoDTO> info = enterpriseLicenseApiService
.getServeInfo(enterpriseId, "cloud-data");
......
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