Compare commits
4 Commits
c5f052ed43
...
6af2ab0b32
Author | SHA1 | Date |
---|---|---|
|
6af2ab0b32 | 5 years ago |
|
b5a21364a9 | 5 years ago |
|
f773165ac2 | 5 years ago |
|
019c1fce65 | 6 years ago |
@ -0,0 +1,15 @@
|
|||||||
|
package com.kiisoo.ic.activity.controller;
|
||||||
|
|
||||||
|
import com.kiisoo.ic.common.BaseController;
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
|
@RestController
|
||||||
|
@Api(value = "后台-裂变", tags = {"后台-裂变"})
|
||||||
|
@RequestMapping(value = "/welcome")
|
||||||
|
@Slf4j
|
||||||
|
public class FissionController extends BaseController {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue