|
@@ -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));
|
|
|
}
|