@ -98,6 +98,7 @@ func (s *Sub) GetResp() (proto.Message, error) {
func (s *Sub) PackPayReq() interface{} {
r := s.Base.PayReq
r.Amount /= 100
send := &PayReq{
MerchantTradeNo: r.OrderID,
Amount: fmt.Sprintf("%d", r.Amount),
@ -119,6 +120,7 @@ func (s *Sub) PackPayReq() interface{} {
func (s *Sub) PackWithdrawReq() interface{} {
r := s.Base.WithdrawReq
send := &WithdrawReq{