|
@@ -38,7 +38,7 @@ public class UserController {
|
|
|
private GameUserRoleService gameUserRoleService;
|
|
|
|
|
|
@ApiOperation(value = "游戏分享信息")
|
|
|
- @PostMapping("/share/game")
|
|
|
+ @GetMapping("/share/game")
|
|
|
@ApiResponses(value = {@ApiResponse(code = 200, message = "成功", response = GameShareVO.class)})
|
|
|
public ResultVO<GameShareVO> shareGame(UserData userData) {
|
|
|
GameShareVO shareVO = GameShareVO.builder()
|