kuaidi_resp.go 351 B

1234567891011121314
  1. package youngee_talent_model
  2. type KdDetailItem struct {
  3. Time string `json:"time"`
  4. Context string `json:"context"`
  5. }
  6. type KdState struct {
  7. Message string `json:"message"`
  8. State string `json:"state"`
  9. Status string `json:"status"`
  10. IsCheck string `json:"ischeck"`
  11. Data []*KdDetailItem `json:"data"`
  12. }