|
|
|
@@ -30,7 +30,7 @@ import org.springframework.web.bind.annotation.*; |
|
|
|
* |
|
|
|
*/ |
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/cashout") |
|
|
|
@RequestMapping("/cashout") |
|
|
|
@Api(description = "提现相关接口") |
|
|
|
public class WxCashOutController extends BaseController { |
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|