comm.api 230 B

123456789101112131415
  1. syntax = "v1"
  2. info(
  3. title: "公共实例"
  4. desc: "公共实例"
  5. author: "#Suyghur"
  6. )
  7. type (
  8. CommResp {
  9. Code int `json:"code"`
  10. Msg string `json:"msg"`
  11. Data interface{} `json:"data"`
  12. }
  13. )