pay_service.go 101 B

12345
  1. package server
  2. type PayService interface {
  3. GetPrepayInfo(map[string]string) (interface{}, error)
  4. }