doum
2025-08-22 391c0cfc4ba595ef26c7a2315c555d8c75afec7d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 {
 
 
 
 
 
 
}