Commit bc9e4a9d authored by Quxl's avatar Quxl

x

parent 67efb356
...@@ -41,7 +41,7 @@ public class CommonApiController { ...@@ -41,7 +41,7 @@ public class CommonApiController {
@ResponseBody @ResponseBody
@PostMapping("getAsiaCountryList") @PostMapping("getAsiaCountryList")
@ApiOperation("获取国家对照表") @ApiOperation("获取亚洲国家对照表")
public Object getAsiaCountryList() { public Object getAsiaCountryList() {
return Rjx.jsonOk().setData(countryService.queryAsiaCountryList()); return Rjx.jsonOk().setData(countryService.queryAsiaCountryList());
} }
......
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