Browse Source

feat : 代码修改

bilingfeng 2 years ago
parent
commit
82e140d59f

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

@@ -36,7 +36,7 @@ public class PayController {
     private OrderPayService orderPayService;
 
     @ApiOperation(value = "获取小游戏支付方式")
-    @PostMapping(value = "/device/applet")
+    @GetMapping(value = "/device/applet")
     public ResultVO<Integer> getAppletPayDevice(@ValidLogin UserData userData) {
         return ResultVO.ok(orderPayService.getAppletPayDevice(userData));
     }