Mall Global Specification
Mall API Global Specification#
Linksfield Meta-Flow Mall Management Platform Mall API follows the HTTP specification.
This document serves as a replacement for the offline/online document Consumer Channel Expansion (BBC) H5 Mall - Linksfield Service Delivery Manual - V1.5.doc and other related documents, and holds the highest level of accuracy. In the event of any conflict between this document and other documents, this document shall prevail.Production Environment Base URLs#
Mall Service / Vshop directorybaseUrl = "https://wx.linksfield.net/vshop"
Cashier Service / Payment directorybaseUrl = "https://wx.linksfield.net/payment"
Bundle Groups / Bundle-groups directorybaseUrl = "https://wx.linksfield.net/topup"
baseUrl = "https://wx.linksfield.net/topup"
Test Environment Base URLs#
baseUrl = "https://wx.linksfield.net/vshop_uat"
baseUrl = "https://wx.linksfield.net/payment_uat"
baseUrl = "https://wx.linksfield.net/topup_test"
baseUrl = "https://wx.linksfield.net/topup_test"
| Parameter | Example | Description |
|---|
| Accept-Language | en-US | Currently supports en-US |
| Content-Type | application/json | |
Global Parameters#
For POST / PUT / DELETE methods, global parameters are passed in the request body.
For GET methods, global parameters are passed as query parameters.
| Parameter | Example | Description |
|---|
| version | 3.0 | API version. Default value: 3.0 |
| partnerCode | P012345 | Partner code assigned to the customer by Linksfield |
| sign | | Signature value |
Signature Algorithm#
1.
Take all non-empty parameters from Query, Path, and Body — excluding sign — and arrange them as a JSON String of key-value pairs sorted in lexicographic (alphabetical) order to form the signing content.
signContent = {"deviceCode":"89430101521032420180","languageCode":"1","mark":"0","partnerCode":"P000270","terminal":"1","tradeTime":"1645683857572","tradeType":"singleVerify","url":"https://dist.linksfield.net/login","version":"1.0"}
2.
Encrypt signContent using the MD5 algorithm (default: 32-character lowercase alphanumeric string).
To obtain your Enterprise Access Code (access_code), please contact your Linksfield Sales Representative or FAE.
Modified at 2026-06-25 02:17:43