Commit 6047d7ac by guojuxing

短信套餐包续订定时器添加:订购逻辑2

parent 518485c7
......@@ -49,10 +49,11 @@ public class BillingAccountApiServiceImpl implements BillingAccountApiService {
@Autowired
private UserApiService userApiService;
@Autowired
private Config config;
@Autowired
private BillingOrderApiService billingOrderApiService;
@Autowired
private Config config;
@Override
public ServiceResponse<BillingAccountDTO> getByEnterpriseId(Integer enterpriseId) {
TabEnterprise tabEnterprise = enterpriseService.getEnterpriseById(enterpriseId);
......
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