Commit a44f90ee339f61c4bef018f7f80d8851e7acec6b

Authored by 杨鸣坤
1 parent 97df7eba

feat(config): 更新第三方接口URL地址

... ... @@ -27,8 +27,8 @@ scheduler:
27 27
28 28 xkd:
29 29 third:
30   - devicesRegisterUrl: "http://117.64.210.63:8087/api/v1/devices/register"
31   - dataUploadUrl: "http://117.64.210.63:8087/api/v1/data/upload"
  30 + devicesRegisterUrl: "http://36.34.172.196:18087/api/v1/devices/register"
  31 + dataUploadUrl: "http://36.34.172.196:18087/api/v1/data/upload"
32 32 enterpriseId: "PLMOKNJIB8"
33 33 apiKey: "UiOpAsDfGhJkLzXcVbNmQwEr6TyUiOpAsD"
34 34 jdbcUrl: "jdbc:postgresql://192.168.0.61:5433/iot"
... ...