|
@@ -18,14 +18,14 @@
|
|
|
|
|
|
2.在 String1 最后直接拼接(不需要用“&”连接)双方约定的签名密钥 K1(接入时 ALLPAY 时分配),得到 stringSignTemp 字符串,并对 stringSignTemp 进行 md5 运算,得到 signature 的值。
|
|
|
|
|
|
-3.示例签名串 acqID=99020344&backURL=http://example.com/example&charSet=UTF- 8&frontURL=nil&merID=000000000000015&merReserve=nil&orderAmount=0.01&orderCurre ncy=CNY&orderNum=869873851812&paymentSchema=APMP&signType=MD5&transTime= 20151112151356&transType=PURC&version=VER0000000022f2c77e3718c47cfb47a89a6fbc9d361
|
|
|
+3.示例签名串 acqID=99020344&backURL=http://example.com/example&charSet=UTF-8&frontURL=nil&merID=000000000000015&merReserve=nil&orderAmount=0.01&orderCurre ncy=CNY&orderNum=869873851812&paymentSchema=APMP&signType=MD5&transTime= 20151112151356&transType=PURC&version=VER0000000022f2c77e3718c47cfb47a89a6fbc9d361
|
|
|
|
|
|
```
|
|
|
##### 2.2. API 接入地址
|
|
|
|
|
|
交易名称 |开发调试地址|生产交易地址
|
|
|
------- |-----------|-------
|
|
|
- 支付宝二级商户报备接口 |https://testapi.allpayx.com/gw/gw/alipay/register |https://api.allpayx.com/gw/gw/alipay/register
|
|
|
+ 支付宝二级商户报备接口 |https://testapi.allpayx.com/gw/alipay/register |https://api.allpayx.com/gw/alipay/register
|
|
|
|
|
|
|
|
|
#### 3. API接口
|