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

Commit 3a8a0549 authored by 胡佳晨's avatar 胡佳晨

wf hjc ajb

parent 5c9496d4
......@@ -35,7 +35,7 @@ public class GoblinInnerNftController {
@RequestParam("userId") @NotBlank(message = "用户ID不能为空") String userId
) {
ResponseDto<String> dto = iGoblinNftOrderService.exchange(code, null, "systemAdmin", 4);
ResponseDto<String> dto = iGoblinNftOrderService.exchange(code, userId, "systemAdmin", 4);
if (dto.isSuccess()) {
return ResponseDto.success();
} else {
......
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