记得上下班打卡 | git大法好,push需谨慎

Commit 1605bc86 authored by 胡佳晨's avatar 胡佳晨

添加方法 设置/获取 ios 的支付方式

parent b7f32064
...@@ -83,8 +83,8 @@ public class GoblinNftGoodsAppController { ...@@ -83,8 +83,8 @@ public class GoblinNftGoodsAppController {
} }
@GetMapping("payType") @GetMapping("payType")
@ApiOperation("跟以前也payType") @ApiOperation("获取payType")
public ResponseDto<Integer> getPayType(@RequestParam("value") Integer value) { public ResponseDto<Integer> getPayType() {
return ResponseDto.success(redisUtils.getPayType()); return ResponseDto.success(redisUtils.getPayType());
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment