Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jinan
traffic-signal-platform
Commits
776b9403
Commit
776b9403
authored
Mar 31, 2025
by
zhoushiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
区域接口调整
parent
e5c8d765
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BaseAreaInfoController.java
...wanji/opt/controllerv2/report/BaseAreaInfoController.java
+1
-1
No files found.
signal-optimize-service/src/main/java/net/wanji/opt/controllerv2/report/BaseAreaInfoController.java
View file @
776b9403
...
...
@@ -79,7 +79,7 @@ public class BaseAreaInfoController {
@ApiImplicitParam
(
name
=
"wkt"
,
value
=
"区域边界"
,
required
=
false
,
dataType
=
"String"
,
defaultValue
=
"117.049347926,36.654744674;117.066122093,36.654772445;117.0800809517208,36.65440636491661;117.07979265456723,36.65214909599633;117.07706941120558,36.63829789737139;117.07414217382905,36.63736765765722;117.0707410731053,36.636677059391445;117.06550839703021,36.63722151604908;117.06267677771574,36.63667912391616;117.0577271202223,36.63483777099411;117.05251580910459,36.63437969486462;117.04433347163972,36.63696466063367;117.04843387376732,36.637934238407;117.04968488845323,36.638408635754985;117.049347926,36.654744674;117.066122093,36.654772445;117.0800809517208,36.65440636491661;117.07979265456723,36.65214909599633;117.07706941120558,36.63829789737139;117.07414217382905,36.63736765765722;117.0707410731053,36.636677059391445;117.06550839703021,36.63722151604908;117.06267677771574,36.63667912391616;117.0577271202223,36.63483777099411;117.05251580910459,36.63437969486462;117.04433347163972,36.63696466063367;117.04843387376732,36.637934238407;117.04968488845323,36.638408635754985;117.049347926,36.654744674"
),
@ApiImplicitParam
(
name
=
"type"
,
value
=
"查询类型,1-干线信息 2-路口信息"
,
required
=
false
,
dataType
=
"Integer"
,
defaultValue
=
"1"
),
})
@
Pos
tMapping
(
value
=
"/getGreenByArea"
)
@
Ge
tMapping
(
value
=
"/getGreenByArea"
)
public
JsonViewObject
getGreenByAre
(
@RequestParam
(
value
=
"areaId"
,
required
=
false
,
defaultValue
=
"12"
)
Integer
areaId
,
@RequestParam
(
value
=
"wkt"
,
required
=
false
)
String
wkt
,
@RequestParam
(
value
=
"type"
,
required
=
false
)
Integer
type
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment