package com.doumee.api.business;
|
|
import io.swagger.annotations.Api;
|
import org.springframework.web.bind.annotation.*;
|
|
|
/**
|
* Created by IntelliJ IDEA.
|
*
|
* @Author : Rk
|
* @create 2025/6/18 11:40
|
*/
|
@RestController
|
@Api(tags ="web接口")
|
@RequestMapping("/web/api")
|
public class WebApiController {
|
|
|
|
|
|
|
}
|