yb_models.go 835B

12345678910111213141516171819202122232425262728
  1. package models
  2. type Result3260 struct {
  3. ErrMsg string `json:"err_msg"`
  4. InfRefmsgid string `json:"inf_refmsgid"`
  5. Infcode int64 `json:"infcode"`
  6. Output struct {
  7. Data []interface{} `json:"data"`
  8. } `json:"output"`
  9. RefmsgTime string `json:"refmsg_time"`
  10. RespondTime string `json:"respond_time"`
  11. Signtype interface{} `json:"signtype"`
  12. WarnInfo interface{} `json:"warn_info"`
  13. }
  14. type Result3261 struct {
  15. Cainfo interface{} `json:"cainfo"`
  16. ErrMsg string `json:"err_msg"`
  17. InfRefmsgid string `json:"inf_refmsgid"`
  18. Infcode int64 `json:"infcode"`
  19. Output struct {
  20. } `json:"output"`
  21. RefmsgTime string `json:"refmsg_time"`
  22. RespondTime string `json:"respond_time"`
  23. Signtype interface{} `json:"signtype"`
  24. WarnMsg interface{} `json:"warn_msg"`
  25. }