Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
022dafec0b
|
|
@ -100,7 +100,6 @@ public class RechargeRedemptionController {
|
|||
* @return 是否成功
|
||||
*/
|
||||
@SaAdminCheckPermission(value = "rechargeRedemption:codeList", name = "充值兑换码列表")
|
||||
@SaCheckMainShop
|
||||
@GetMapping("/code/list")
|
||||
public CzgResult<Page<MkRechargeRedemptionCodeVO>> codeList(@RequestParam Long redemptionId, @RequestParam(required = false) String code, @RequestParam(required = false) Integer status) {
|
||||
return CzgResult.success(configService.codeList(StpKit.USER.getMainShopId(), redemptionId, code, status));
|
||||
|
|
@ -110,7 +109,6 @@ public class RechargeRedemptionController {
|
|||
* 充值兑换码导出
|
||||
*/
|
||||
@SaAdminCheckPermission(value = "rechargeRedemption:codeExport", name = "充值兑换码列表导出")
|
||||
@SaCheckMainShop
|
||||
@GetMapping("/code/export")
|
||||
public void exportCodeList(@RequestParam Long redemptionId, @RequestParam(required = false) String code, @RequestParam(required = false) Integer status,
|
||||
HttpServletResponse response, HttpServletRequest request) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue