Jelajahi Sumber

更新v5接口文档

tao.zhou 6 tahun lalu
induk
melakukan
fdfaba683d

+ 1 - 1
AllPay在线支付接入规范文档.md

@@ -353,7 +353,7 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 
 ##### 5.5 Apple Pay渠道
 
-1. APP支付
+1.APP支付
 
  消费接口专属字段
 

+ 2 - 0
v5/android/AllPay Android Integration Specification V5.0.0.md

@@ -35,7 +35,9 @@ mode - AllPay background environment ID, true means to initiate a transaction fr
 ##### 3.2. Add SDK
 
 1.Copy allpaysdk.arr to the project's libs.
+
 2.Add compile(name: 'allpaysdk', ext: 'aar') under the dependencies of the build.gradle file in the Application Module.
+
 3.Add in the build.gradle file of the Application Module
 
 ```java

+ 2 - 0
v5/android/Android端控件支付产品接口规范文档.md

@@ -35,7 +35,9 @@ mode —— AllPay 后台环境标识,true表示从AllPay的正式环境发起
 ##### 3.2. 添加 SDK 包
 
 1.把allpaysdk.arr 拷贝到项目的libs下面
+
 2.在Application Module的build.gradle文件的dependencies下添加compile(name: 'allpaysdk', ext: 'aar')
+
 3.在Application Module的build.gradle文件中添加
 
 ```java

+ 3 - 0
v5/ios/AllPay iOS Integration Specification V5.0.0.md

@@ -42,6 +42,7 @@ onResult: Receive sync result notifications.
 ##### 3.2. Add SDK
 
 1.Add the AllPaySDK.h, libAllPaySDK.a files in allpaysdk to the project.
+
 2.Import header files in the APPDelegate.m class: #import "allpaysdk/AllPaySDK.h", and add the following method
 
 ```c
@@ -99,6 +100,7 @@ Message description
 ##### 4.1 WX channel
 
 1.Add the file under the allpaysdk/WXModule folder to the project.
+
 2.Set APPID
    After the merchant applies for the development of the APP application on the WeChat open platform, the WeChat open platform will generate the unique identifier APPID of the APP. Open the project in Xcode and set the URL Schemes in the project properties to your APPID, as shown by the icon red location.
 
@@ -185,6 +187,7 @@ Message description
 ##### 4.4 Apple Pay
 
 1.Add the file under the allpaysdk/AppleModule folder to the project.
+
 2.Open the apple pay function with Xcode, as shown below:
 
   ![image](https://git.allpayx.com/OpenAPI/common/raw/master/images/apple_pay_set.png)

+ 3 - 0
v5/ios/iOS端控件支付产品接口规范文档.md

@@ -43,6 +43,7 @@ onResult: 接收同步结果通知
 ##### 3.2. 添加 SDK 包
 
 1.将  allpaysdk 下的 AllPaySDK.h,libAllPaySDK.a文件添加到项目中
+
 2.在 APPDelegate.m 类中导入头文件: #import "allpaysdk/AllPaySDK.h",并添加如下方法
 
 ```c
@@ -100,6 +101,7 @@ resultDic,转为 json 字符串,格式如下:
 ##### 4.1 WX渠道
 
 1.将allpaysdk/WXModule文件夹下的文件添加到项目中
+
 2.项目设置APPID
    商户在微信开放平台申请开发APP应用后,微信开放平台会生成APP的唯一标识APPID。在Xcode中打开项目,设置项目属性中的URL Schemes为您的APPID,如图标红位置所示
 
@@ -186,6 +188,7 @@ resultDic,转为 json 字符串,格式如下:
 ##### 4.4 Apple Pay渠道
 
 1.将allpaysdk/AppleModule文件夹下的文件添加到项目中
+
 2.用 Xcode 打开 Apple Pay 功能,如下图:
 
   ![image](https://git.allpayx.com/OpenAPI/common/raw/master/images/apple_pay_set.png)