feat(main): add mp-weixin
This commit is contained in:
@@ -34,3 +34,10 @@ type ProductResponse {
|
||||
Product
|
||||
}
|
||||
|
||||
type GetProductRenderListRequest{
|
||||
module string `path:"module"`
|
||||
}
|
||||
|
||||
type GetProductRenderListResponse {
|
||||
Product []Product
|
||||
}
|
||||
Reference in New Issue
Block a user