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

Commit 57ccd0ca authored by wanglele's avatar wanglele

兑换码相关

parent 46fb99fe
......@@ -9,6 +9,7 @@ import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
......@@ -33,7 +34,7 @@ public class GoblinNftExSkuController {
@ApiOperationSupport(order = 1)
@ApiOperation(value = "添加nft兑换和sku的关联")
@RequestMapping("add")
@PostMapping("add")
public ResponseDto<Object> add(@Valid @RequestBody List<GoblinNftExSkuParam> goblinNftExSkuParams){
return ResponseDto.success(iGoblinNftExSkuService.add(goblinNftExSkuParams));
}
......
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