Commit 78145140 authored by 向怀芳's avatar 向怀芳 🎱

..

parent 9b37b63f
...@@ -4,7 +4,6 @@ import cn.sh.stc.sict.cloud.common.core.util.R; ...@@ -4,7 +4,6 @@ import cn.sh.stc.sict.cloud.common.core.util.R;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
...@@ -24,4 +23,5 @@ public class IndexController { ...@@ -24,4 +23,5 @@ public class IndexController {
public R saveSatisfaction(){ public R saveSatisfaction(){
return new R(); return new R();
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment