|
|
@ -61,9 +61,9 @@ public class AppletGiftBagRest { |
|
|
|
return AppletGiftBagService.isGrounding(sid, state); |
|
|
|
} |
|
|
|
@ApiOperation("小程序礼包信息列表") |
|
|
|
@GetMapping("/appletGiftBagListPage") |
|
|
|
public ResultBean<List<AppletGiftBagVo>> appletGiftBagListPage() { |
|
|
|
return AppletGiftBagService.appletGiftBagListPage(); |
|
|
|
@GetMapping("/appletGiftBagList") |
|
|
|
public ResultBean<List<AppletGiftBagVo>> appletGiftBagList() { |
|
|
|
return AppletGiftBagService.appletGiftBagList(); |
|
|
|
} |
|
|
|
@ApiOperation("礼包初始化") |
|
|
|
@GetMapping("/getGiftBagBySid/{sid}") |
|
|
|