商福通sdk客户端与必要支付接口实现
This commit is contained in:
@@ -2,6 +2,7 @@ package services
|
||||
|
||||
import (
|
||||
q "platform/web/queries"
|
||||
"time"
|
||||
)
|
||||
|
||||
var User = &userService{}
|
||||
@@ -43,3 +44,11 @@ func (s *userService) RechargeConfirm(tradeNo string, verified *TradeSuccessResu
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *userService) RechargeCancel(tradeNo string, now time.Time) error {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
func (s *userService) RechargeRefund(tradeNo string, now time.Time) error {
|
||||
panic("not implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user