文档中心 > 御城河

Device fingerprint

更新时间:2022/04/15 访问次数:1538

 

With the update of the security review process, this document is offline.

 

 

For Web application:

Please add the following JS codes on all web pages. 

 

<script type="text/javascript" src="//laz-g-cdn.alicdn.com/sj/securesdk/0.0.3/securesdk_lzd_v1.js" id="J_secure_sdk_v2" data-appkey="The Lazada AppKey" ></script>

 

For Client application:

The Device fingerprint SDK should be integrated into the client and relevant files should be installed in the installation package. The integration process is as follows:

  • Call the API GetSessionId of SDK to generate the client's unique identification code SID when the client starts. Refer to the documentation in the SDK package for details.
  • Call the API SyncReportActionV2 of SDK to transmit the SID as the first parameter (strSessionId) for operations like login or logout. Refer to the documentation in the SDK package for details.
  • The SID parameter should appear in requests sent to servers, for example, login or reading orders. It should also be transmitted as the ati parameter for server-side logins or order return logs.

 

You can  click here to download the SDK document. Some sample codes are also provided in C+, C# languages in the zip file.

FAQ

关于此文档暂时还没有FAQ
返回
顶部