2
0

update: payment module add banner and update route

This commit is contained in:
2024-11-28 16:35:48 +08:00
parent ac8d3c5bee
commit 388f109659
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
package org.wfc.payment.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
@@ -13,7 +12,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.wfc.common.core.web.controller.BaseController;
import org.wfc.common.core.web.domain.AjaxResult;
import org.wfc.common.core.web.page.TableDataInfo;
import org.wfc.common.log.annotation.Log;
import org.wfc.common.log.enums.BusinessType;
import org.wfc.common.security.annotation.RequiresPermissions;
@@ -29,7 +27,7 @@ import org.wfc.common.core.constant.HttpStatus;
* @author simon
*/
@RestController
@RequestMapping("/payments")
@RequestMapping("/payment")
public class CreditCardController extends BaseController
{
@Autowired