update: payment module add banner and update route
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user