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

Commit a510402f authored by 张国柄's avatar 张国柄

+API:店铺券:代领券;

parent 68e2d263
......@@ -84,8 +84,7 @@ public class GoblinCouponController {
public ResponseDto<Boolean> receive(@NotBlank(message = "平台券ID不能为空") @RequestParam("storeCouponId") String storeCouponId) {
// public ResponseDto<Boolean> checkOrderResult(@RequestParam("storeCouponId") @Valid String storeCouponId,
// @RequestParam("number") @Valid Integer number) {
String currentUid = CurrentUtil.getCurrentUid();
return this.receiveFetchedProcessing(currentUid, storeCouponId);
return this.receiveFetchedProcessing(CurrentUtil.getCurrentUid(), storeCouponId);
}
@PostMapping("fetched")
......
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