|
@@ -29,7 +29,7 @@ public class PubController {
|
|
|
private PubGateway pubGateway;
|
|
|
|
|
|
@GetMapping("/dic/query")
|
|
|
- @Operation(summary = "用户账户密码登录")
|
|
|
+ @Operation(summary = "字典查询")
|
|
|
public ApiResult<List<DicItemDto>> query(@Valid @RequestParam String dicType) {
|
|
|
return ApiResult.success(pubGateway.query(dicType));
|
|
|
}
|