Browse Source

增加参数

master v0.5.5
guzeng 2 years ago
parent
commit
0f65ef66f2
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      variable.go

+ 7
- 0
variable.go View File

@ -24,3 +24,10 @@ type ReqParam struct {
Id string `json:"id"`
Field string `json:"field"`
}
type FavoriteParam struct {
SiteId string `json:"site_id"`
Dbname string `json:"database"`
ProductId string `json:"product_id"`
UserId string `json:"user_id"`
}

Loading…
Cancel
Save