Documentation
¶
Index ¶
- func CheckoutOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func CloseOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func PreCreateOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func PurchaseHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func QueryOrderDetailHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func QueryOrderListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func RechargeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func RenewalHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func ResetTrafficHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckoutOrderHandler ¶
func CheckoutOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Checkout order
func CloseOrderHandler ¶
func CloseOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Close order
func PreCreateOrderHandler ¶
func PreCreateOrderHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Pre create order
func PurchaseHandler ¶
func PurchaseHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
purchase Subscription
func QueryOrderDetailHandler ¶
func QueryOrderDetailHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get order
func QueryOrderListHandler ¶
func QueryOrderListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get order list
func RechargeHandler ¶
func RechargeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Recharge
func RenewalHandler ¶
func RenewalHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Renewal Subscription
func ResetTrafficHandler ¶
func ResetTrafficHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Reset traffic
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.