Changes for page HTTPS API

Last modified by Devin Chen on 2026/05/12 11:15

From version 2.3
edited by Devin Chen
on 2025/09/24 10:11
Change comment: Update document after refactoring.
To version 5.1
edited by Devin Chen
on 2026/01/17 10:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,7 +3,7 @@
3 3  
4 4  
5 5  This standard defines Wecon's proprietary access protocol. Third-party API integration requires explicit authorization through our V-net V2.0 platform, with all API access strictly monitored and regulated. Wecon reserves all rights to interpret and modify these specifications without prior notice.
6 -\\To prevent API abuse,this feature will not be enabled by default for all users. Access requires submitting an application, with a monthly free quota of 10,000 times.
6 +\\To prevent API abuse,this feature will not be enabled by default for all users. Access requires submitting an application, with a monthly free quota of 10,000 times.**(This limitation is only for Wecon API motioned by in this manual)**
7 7  {{/warning}}
8 8  
9 9  = 1.Third-party account =
... ... @@ -23,7 +23,7 @@
23 23  
24 24  ~1. After clicking "OK", the third-party account password will no longer be visible. Please back it up promptly.
25 25  
26 -2.** An admin account only allows to create one third-party account.**
26 +2.** An admin account only allows to create one third-party account.**
27 27  {{/info}}
28 28  
29 29  == 1.2 Assign device to third-party account ==
... ... @@ -48,7 +48,10 @@
48 48  == 2.1 Basic information ==
49 49  
50 50  * (((
51 -**Request url**: https:~/~/api.asean.v-iec.com/m16/{acturl}
51 +**Request url**:
52 +Asean: https:~/~/api.asean.v-iec.com/m16/{acturl}
53 +
54 +EU: https:~/~/api.eu.v-box.net/m16/{acturl}
52 52  )))
53 53  * (((
54 54  **Protocol: **https
... ... @@ -335,15 +335,15 @@
335 335  
336 336  **Step2:**  Get sign (Using the sid obtained from calling the login API;demonstrated here as "e95ae840f7f147718d2b7650abe6c05f")
337 337  
338 -cuid=123456789&lan=zh&machineCode=V1400023040700790f5e19a1b55&mt=255&pid=1&sid=e95ae840f7f147718d2b7650abe6c05f&sv=1.0&ts=1750818494344&key=5cee621329f24e5cbdc43daa959ce9a1
341 +cuid=123456789&lan=zh&mt=255&pid=1&sid=e95ae840f7f147718d2b7650abe6c05f&sv=1.0&ts=1750818494344&key=5cee621329f24e5cbdc43daa959ce9a1
339 339  
340 340  Put the whole string above encrypted by MD5, so will get the value of "sign" 
341 341  
342 -"sign":"f0889257ce45e561959928ba5475fbf1"
345 +"sign":"2be680121333bf3dc479958efae791e2"
343 343  
344 344  **Step4: ** Set wcommon of header
345 345  
346 -{"dap":"","cuid":"123456789","sv":"1.0","mt":"255","lan":"zh","sign":"f0889257ce45e561959928ba5475fbf1","pid":"1","ts":1750818494344,"sid":"e95ae840f7f147718d2b7650abe6c05f"}
349 +{"dap":"","cuid":"123456789","sv":"1.0","mt":"255","lan":"zh","sign":"2be680121333bf3dc479958efae791e2","pid":"1","ts":1750818494344,"sid":"e95ae840f7f147718d2b7650abe6c05f"}
347 347  
348 348  [[image:1750906712204-462.png]]
349 349