Changes for page HTTPS API
Last modified by Devin Chen on 2026/05/12 11:15
From version 6.1
edited by Devin Chen
on 2026/01/19 08:31
on 2026/01/19 08:31
Change comment:
There is no comment for this version
To version 2.3
edited by Devin Chen
on 2025/09/24 10:11
on 2025/09/24 10:11
Change comment:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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.**(This limitation is only for Wecon API motioned by in this manual)**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. 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,10 +48,7 @@ 48 48 == 2.1 Basic information == 49 49 50 50 * ((( 51 -**Request url**: 52 -Asean: https:~/~/api.asean.v-iec.com/m16/{acturl} 53 - 54 -EU: https:~/~/api.eu.v-box.net/m16/{acturl} 51 +**Request url**: https:~/~/api.asean.v-iec.com/m16/{acturl} 55 55 ))) 56 56 * ((( 57 57 **Protocol: **https ... ... @@ -338,15 +338,15 @@ 338 338 339 339 **Step2:** Get sign (Using the sid obtained from calling the login API;demonstrated here as "e95ae840f7f147718d2b7650abe6c05f") 340 340 341 -cuid=123456789&lan=zh&mt=255&pid=1&sid=e95ae840f7f147718d2b7650abe6c05f&sv=1.0&ts=1750818494344&key=5cee621329f24e5cbdc43daa959ce9a1 338 +cuid=123456789&lan=zh&machineCode=V1400023040700790f5e19a1b55&mt=255&pid=1&sid=e95ae840f7f147718d2b7650abe6c05f&sv=1.0&ts=1750818494344&key=5cee621329f24e5cbdc43daa959ce9a1 342 342 343 343 Put the whole string above encrypted by MD5, so will get the value of "sign" 344 344 345 -"sign":"2 be680121333bf3dc479958efae791e2"342 +"sign":"f0889257ce45e561959928ba5475fbf1" 346 346 347 347 **Step4: ** Set wcommon of header 348 348 349 -{"dap":"","cuid":"123456789","sv":"1.0","mt":"255","lan":"zh","sign":"2 be680121333bf3dc479958efae791e2","pid":"1","ts":1750818494344,"sid":"e95ae840f7f147718d2b7650abe6c05f"}346 +{"dap":"","cuid":"123456789","sv":"1.0","mt":"255","lan":"zh","sign":"f0889257ce45e561959928ba5475fbf1","pid":"1","ts":1750818494344,"sid":"e95ae840f7f147718d2b7650abe6c05f"} 350 350 351 351 [[image:1750906712204-462.png]] 352 352