update
This commit is contained in:
parent
5cf0a8b761
commit
28cdbbc4f9
5 changed files with 84 additions and 1 deletions
|
|
@ -82,3 +82,12 @@ type RecipeDetailMatListRequest struct {
|
|||
type RecipeDetailMatListResponse struct {
|
||||
Result []RecipeDetailMat `json:"result"`
|
||||
}
|
||||
|
||||
type GetAllRecipeRequest struct {
|
||||
Filename string `json:"filename"`
|
||||
Country string `json:"country"`
|
||||
}
|
||||
|
||||
type GetAllRecipeResponse struct {
|
||||
Result []RecipeOverview `json:"result"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue