Package cn.hex01.billing.open.sdk.api.lq
Interface LimitQuotaApi
public interface LimitQuotaApi
用量配额(仅额度)
- Author:
- laoji
-
Method Summary
Modifier and TypeMethodDescriptionvoid充值void检查void消费查询
-
Method Details
-
charge
充值- Parameters:
dto-- Throws:
BillingBusinessException
-
consume
消费- Parameters:
dto-- Throws:
BillingBusinessException
-
check
检查- Parameters:
dto-- Throws:
BillingBusinessException
-
query
查询- Parameters:
dto-- Returns:
- Throws:
BillingBusinessException
-