You've already forked FrameTour-BE
修改
This commit is contained in:
src/main
java
com
ycwl
basic
biz
controller
extern
mobile
pc
mapper
repository
service
impl
mobile
pc
mobile
pc
task
task
resources
@ -44,7 +44,8 @@ public class AppGoodsController {
|
||||
@ApiOperation("源素材(原片/照片)商品列表")
|
||||
@PostMapping("/sourceGoodsList")
|
||||
public ApiResponse<List<GoodsDetailVO>> sourceGoodsList(@RequestBody GoodsReqQuery query) {
|
||||
return goodsService.sourceGoodsList(Long.valueOf(BaseContextHandler.getUserId()), query);
|
||||
List<GoodsDetailVO> goodsDetailVOS = goodsService.sourceGoodsList(Long.valueOf(BaseContextHandler.getUserId()), query);
|
||||
return ApiResponse.success(goodsDetailVOS);
|
||||
}
|
||||
|
||||
@ApiOperation("成片vlog商品详情")
|
||||
|
Reference in New Issue
Block a user