Commit 92222b69 by guojuxing

余额账户信息接口

parent 4fc26df5
......@@ -10,6 +10,7 @@ import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.enterprise.service.BillingAccountApiService;
import com.gic.enterprise.service.PackApiService;
import com.gic.enterprise.utils.ResultControllerUtils;
/**
* 计费中心余额账户
* @ClassName: BillingAccountController

......@@ -31,4 +32,9 @@ public class BillingAccountController {
Integer enterprise = 1111;
return ResultControllerUtils.commonResult(billingAccountApiService.getByEnterpriseId(enterprise));
}
@RequestMapping("/list-package-type")
public RestResponse listPackageType() {
return ResultControllerUtils.commonResult(packApiService.listAllSmsPackage());
}
}
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