|
@@ -55,7 +55,7 @@ Response message:
|
|
|
| RespMsg | String | M | Response message |
|
|
|
| sdk_params | String | O | Required parameter for Mini Program payment(JSON). When RespCode=00 returns it. |
|
|
|
|
|
|
-Parameter sdk_params is used to call up the WeChat Mini Programs payment. Please refer to the Mini Programs integration specification.
|
|
|
+Parameter sdk_params is used to call up the WeChat Mini Programs payment. Please refer to the WeChat Mini Programs integration specification.
|
|
|
|
|
|
#### 1.5 APP mode
|
|
|
|
|
@@ -129,6 +129,25 @@ Response message:
|
|
|
| RespMsg | String | M | Response message |
|
|
|
| code_url | String | O | Characters to generate QR code. When RespCode=00 returns it. |
|
|
|
|
|
|
+#### 2.5 Alipay Mini Programs payment
|
|
|
+
|
|
|
+ Purchase interface specific fields
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| --------- | ------ | ---- | ---------- |
|
|
|
+| tradeFrom | String | M | "APPLET" |
|
|
|
+| openid | String | M | Wechat openid |
|
|
|
+
|
|
|
+Response message:
|
|
|
+
|
|
|
+| Parameter | Type | Required | Description |
|
|
|
+| ---------- | ------ | ---- | ------------------------------------------------------ |
|
|
|
+| RespCode | String | M | 00 stands for success; 01 stands for fail. |
|
|
|
+| RespMsg | String | M | Response message |
|
|
|
+| sdk_params | String | O | Required parameter for Mini Program payment(JSON). When RespCode=00 returns it. |
|
|
|
+
|
|
|
+Parameter sdk_params is used to call up the Alipay Mini Programs payment. Please refer to the Alipay Mini Programs integration specification.
|
|
|
+
|
|
|
### 3 UP
|
|
|
|
|
|
#### 3.1 H5 mode, adaptive PC and mobile
|