Quellcode durchsuchen

feat : 修改分享接口

bilingfeng vor 2 Jahren
Ursprung
Commit
947b86617e

+ 1 - 1
game-module/game-sdk/src/main/java/com/zanxiang/sdk/controller/UserController.java

@@ -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()