Commit bf58e60949ade28ea26261a71551345301493668
1 parent
940b5933
feat: 修改金高接口地址
Showing
2 changed files
with
5 additions
and
5 deletions
Bsth-admin/src/main/java/com/ruoyi/common/cache/SchedulingCache.java
| @@ -42,7 +42,7 @@ public class SchedulingCache { | @@ -42,7 +42,7 @@ public class SchedulingCache { | ||
| 42 | 42 | ||
| 43 | public SchedulingCache() { | 43 | public SchedulingCache() { |
| 44 | log.info("项目启动加载中获取实时班次-----"); | 44 | log.info("项目启动加载中获取实时班次-----"); |
| 45 | -// schedulingInit(); | 45 | + schedulingInit(); |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | 48 |
Bsth-admin/src/main/resources/application-druid-dev.yml
| @@ -154,12 +154,12 @@ swagger: | @@ -154,12 +154,12 @@ swagger: | ||
| 154 | api: | 154 | api: |
| 155 | url: | 155 | url: |
| 156 | # all 为获取所有驾驶员信息 | 156 | # all 为获取所有驾驶员信息 |
| 157 | - getDriverInfo: http://101.95.136.206:9089/webservice/rest/person/%s | 157 | + getDriverInfo: http://58.247.254.118:9089/webservice/rest/person/%s |
| 158 | # 获取公司编码下的员工信息 暂时没用 | 158 | # 获取公司编码下的员工信息 暂时没用 |
| 159 | - getCompanyInfo: http://101.95.136.206:9089/webservice/rest/person/company/%d?timestamp=%&nonce=%s&password=%s&sign=%s | 159 | + getCompanyInfo: http://58.247.254.118:9089/webservice/rest/person/company/%d?timestamp=%&nonce=%s&password=%s&sign=%s |
| 160 | # 获取排班信息 | 160 | # 获取排班信息 |
| 161 | - getSchedulingInfo: http://101.95.136.206:9089/webservice/rest/schedule_real/sch_jk/%s/%s?timestamp=%d&nonce=%s&password=%s&sign=%s | ||
| 162 | - getSchedulingInfoNew: http://101.95.136.206:9089/webservice/rest/schedule_real/sch_jk_db/%s/%s?timestamp=%d&nonce=%s&password=%s&sign=%s | 161 | + getSchedulingInfo: http://58.247.254.118:9089/webservice/rest/schedule_real/sch_jk/%s/%s?timestamp=%d&nonce=%s&password=%s&sign=%s |
| 162 | + getSchedulingInfoNew: http://58.247.254.118:9089/webservice/rest/schedule_real/sch_jk_db/%s/%s?timestamp=%d&nonce=%s&password=%s&sign=%s | ||
| 163 | config: | 163 | config: |
| 164 | password: c4dd3d8cb9a82f6d6a625818618b28ca7bebb464 | 164 | password: c4dd3d8cb9a82f6d6a625818618b28ca7bebb464 |
| 165 | # 随机字符串 | 165 | # 随机字符串 |