Commit 60e094b7 authored by 高建强's avatar 高建强

新增接口获取所属场站

parent ec2d306a
......@@ -87,7 +87,7 @@ public class PrivilegeController extends BaseController{
return ResponseHelper.buildResponse(date);
}
@TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false)
@TycloudOperation(ApiLevel = UserType.AGENCY)
@GetMapping(value = "/stationTree")
@ApiOperation(httpMethod = "GET",value = "查询所属场站", notes = "查询所属场站")
public ResponseModel< List<ListCompanyModel>> stationTree() {
......
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