SdkRequest.go 179 B

123456789
  1. package utils
  2. import "git.sxidc.com/student-physical-examination/contract_lock_sdk/http"
  3. type SdkRequest interface {
  4. GetUrl() string
  5. GetHttpParameter() *http.HttpParameter
  6. }