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

Commit d5110bec authored by jiangxiulong's avatar jiangxiulong

nft藏品列表

parent a2b25803
...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.GetMapping; ...@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.GetMapping;
fallback = FallbackFactory.Default.class) fallback = FallbackFactory.Default.class)
public interface FeignGoblinTaskClient { public interface FeignGoblinTaskClient {
@GetMapping("nft/job/goodsList") @GetMapping("rsc/nft/job/goodsList")
ResponseDto<Boolean> goodsList(); ResponseDto<Boolean> goodsList();
} }
...@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
@Api(tags = "@API:RSC") @Api(tags = "@API:RSC")
@RestController @RestController
@Validated @Validated
@RequestMapping("/nft/job") @RequestMapping("/rsc/nft/job")
public class GoblinNftJobController { public class GoblinNftJobController {
@Autowired @Autowired
......
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