Changes for page HTTPS API

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

From version 3.1
edited by Devin Chen
on 2025/11/27 09:34
Change comment: There is no comment for this version
To version 6.1
edited by Devin Chen
on 2026/01/19 08:31
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 =
... ... @@ -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&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
342 342  
343 343  Put the whole string above encrypted by MD5, so will get the value of "sign" 
344 344  
345 -"sign":"f0889257ce45e561959928ba5475fbf1"
345 +"sign":"2be680121333bf3dc479958efae791e2"
346 346  
347 347  **Step4: ** Set wcommon of header
348 348  
349 -{"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"}
350 350  
351 351  [[image:1750906712204-462.png]]
352 352