payment gateway for rpn cn
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
285B

  1. package main
  2. type LeanworkRequest struct {
  3. Id int64
  4. PickupUrl string
  5. ReceiveUrl string
  6. SignType string
  7. OrderNo string
  8. OrderAmount string
  9. OrderCurrency string
  10. CustomerId string
  11. Sign string
  12. Valid bool
  13. Ip4 uint32
  14. }