SealBindLongCertCustomSettingValueRequest.go 443 B

1234567891011121314151617
  1. package seal_request
  2. import (
  3. "git.sxidc.com/student-physical-examination/contract_lock_sdk/http"
  4. )
  5. type SealBindLongCertCustomSettingValueRequest struct {
  6. }
  7. func (obj SealBindLongCertCustomSettingValueRequest) GetUrl() string {
  8. return "/seal/bind/long/cert/custom/setting/value"
  9. }
  10. func (obj SealBindLongCertCustomSettingValueRequest) GetHttpParameter() *http.HttpParameter {
  11. parameter := http.NewGetHttpParameter()
  12. return parameter
  13. }