广告平台(总站长使用)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
323 B

  1. package md
  2. type AgentQualificationEnterpriseReq struct {
  3. Limit int `json:"limit"`
  4. Page int `json:"page" `
  5. Name string `json:"name"`
  6. State string `json:"state"`
  7. }
  8. type AgentQualificationEnterpriseAuditReq struct {
  9. AgentId int `json:"agent_id"`
  10. State string `json:"state"`
  11. Memo string `json:"memo"`
  12. }