Commit 9d22f85ae6b78a0ecdb2f22a57bb4ad00b7a1248
1 parent
73ce10b9
修改照片服务地址
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/application-test.properties
| @@ -83,7 +83,7 @@ wvp.channel.history.list.url=http://61.169.120.202:28080/api/gb_record/query/{de | @@ -83,7 +83,7 @@ wvp.channel.history.list.url=http://61.169.120.202:28080/api/gb_record/query/{de | ||
| 83 | 83 | ||
| 84 | 84 | ||
| 85 | #客流图像 | 85 | #客流图像 |
| 86 | -passengerFlow.url = http://127.0.0.1:9999/images/ | 86 | +passengerFlow.url = http://192.168.168.152:9999/images/ |
| 87 | #DSM图像视频 | 87 | #DSM图像视频 |
| 88 | dsm.url = http://211.95.61.66:9008/safedriving/SafeDrivingInterface_for_jcpt | 88 | dsm.url = http://211.95.61.66:9008/safedriving/SafeDrivingInterface_for_jcpt |
| 89 | 89 |