新增获取平台商品列表
This commit is contained in:
@@ -680,7 +680,7 @@ func privateRouter(r *gin.Engine, api controller.Api) {
|
||||
platformGroup.GET("/:product_platform_id", api.Product.GetProductPlatform)
|
||||
|
||||
// 获取平台商品列表
|
||||
platformGroup.GET("/list", api.UserDoctor.GetUserDoctorList)
|
||||
platformGroup.GET("/list", api.Product.GetPlatformProductList)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user