PlayerInventoryController
@RestController
@RequestMapping(value = ["/game/inventory"] )
玩家背包控制器。
Functions
Link copied to clipboard
@PostMapping(value = ["/items/grant"] )
发放道具。
Link copied to clipboard
@GetMapping(value = ["/items"] )
查询玩家背包。