Browse Source

多语言

baishaojie 8 months ago
parent
commit
74fd038f91
5 changed files with 6 additions and 4 deletions
  1. BIN
      TMRWatchComm
  2. BIN
      TMRWatchComm.zip
  3. BIN
      __debug_bin.exe
  4. 5 4
      conf/app.ini
  5. 1 0
      yapi-mock.config.json

BIN
TMRWatchComm


BIN
TMRWatchComm.zip


BIN
__debug_bin.exe


+ 5 - 4
conf/app.ini

@@ -92,11 +92,12 @@ Password =
 Name = 
 
 [yyn]
-FarmId = "1830002645"
+FarmId = "1830002083"
 ProductKey = "k03txxLKFae"
-DeviceName = "02645_p_breed"
-DeviceSecret = "9edae4cb70ae57ed1a07c70bbd201462"
-HeartBeat = "Tmr183000264502645_p_breed"
+DeviceName = "02083_p_breed"
+DeviceSecret = "018fe8318a1151fa44e6507b7b46ce7a"
+HeartBeat = "Tmr183000208302083_p_breed"
+
 
 [comm]
 PortName =

+ 1 - 0
yapi-mock.config.json

@@ -0,0 +1 @@
+{"baseUrl":"https://yapi.example.com","apiMap":[{"projectId":1,"apiPrefix":"/example1","token":"example1TokenString"},{"projectId":2,"apiPrefix":["/example2","/example3"],"token":"example2TokenString"}],"proxy":{"targets":[{"name":"开发环境","target":"https://dev.example.com"},{"name":"测试环境","target":"https://test.example.com"},{"name":"生产环境","target":"https://prod.example.com"}],"port":10240}}