- package com.loan.system.controller.wechat;
- import io.swagger.annotations.Api;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- @RestController
- @RequestMapping("/wechat/repayment")
- @Api(tags = "还款接口")
- public class RepaymentController {
- }
|