|
@@ -6,6 +6,7 @@ import com.fs.common.core.domain.R;
|
|
|
import com.fs.his.domain.FsUser;
|
|
import com.fs.his.domain.FsUser;
|
|
|
import com.fs.his.service.IFsUserService;
|
|
import com.fs.his.service.IFsUserService;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
@@ -15,6 +16,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RequestMapping("/player")
|
|
@RequestMapping("/player")
|
|
|
public class PlayerController {
|
|
public class PlayerController {
|
|
|
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private IFsUserService fsUserService;
|
|
private IFsUserService fsUserService;
|
|
|
|
|
|
|
|
@Login
|
|
@Login
|