|
@@ -152,6 +152,7 @@ func InitRoute(r *gin.Engine) {
|
|
s.POST("/selection/task/logistics/create", handler.WrapCreateSecTaskLogisticsHandler) // 上传物流信息
|
|
s.POST("/selection/task/logistics/create", handler.WrapCreateSecTaskLogisticsHandler) // 上传物流信息
|
|
s.POST("/selection/task/logistics/update", handler.WrapUpdateSecTaskLogisticsHandler) // 修改物流信息
|
|
s.POST("/selection/task/logistics/update", handler.WrapUpdateSecTaskLogisticsHandler) // 修改物流信息
|
|
s.POST("/selection/task/settle", handler.WrapSettleSecTaskHandler) // 结算
|
|
s.POST("/selection/task/settle", handler.WrapSettleSecTaskHandler) // 结算
|
|
- s.POST("/selection/getAllSelection", handler.WrapGetAllSelectionHandler) // 查询选品广场选品列表
|
|
|
|
|
|
+
|
|
|
|
+ s.POST("/selection/getAllSelection", handler.WrapGetAllSelectionHandler) // 查询选品广场选品列表
|
|
}
|
|
}
|
|
}
|
|
}
|