Browse Source

修改安卓v5接口文档

tao.zhou 5 years ago
parent
commit
91e1df46ae

+ 2 - 2
paymentSchema.md

@@ -6,5 +6,5 @@ Serial number |Channel name  |Channel ID|Remark
  3 | Alipay |AP/APMP| Alipay
  4 | UnionPay |UP| UnionPay
  5 | Apple Pay |APP| Apple Pay
- 6 | MiPay |MIPAY| 小米支付 
- 7 | EB |EB| EB 
+ 6 | Mi Pay |MIPAY| Mi Pay 
+ 7 | Easebuzz |EB| Easebuzz 

+ 0 - 8
v5/android/Android_Integration_Specification_CH.md

@@ -105,8 +105,6 @@ pay_result 为 json 字符串,格式如下:
   compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
   ```
 
-
-
 ### 4.2 APMP渠道
 
 1.把alipaySdk.arr 拷贝到项目的libs下面
@@ -117,12 +115,6 @@ pay_result 为 json 字符串,格式如下:
 compile(name: 'alipaySdk', ext: 'aar')
 ```
 
-
-
-
-
-
-
 ## 5.SDK下载
 
 [安卓SDK下载地址](https://git.allpayx.com/OpenAPI/common/raw/master/v5/android/android_sdk.zip)

+ 2 - 8
v5/android/Android_Integration_Specification_EN.md

@@ -105,22 +105,16 @@ Message description:
   compile 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+'
   ```
 
-
-
-### 4.2 APMPchannel
+### 4.2 APMP channel
 
 1.Copy alipaySdk.arr to the project's libs.
 
-2. Add in the dependencies of the build.gradle file in the Application Module
+2.Add in the dependencies of the build.gradle file in the Application Module.
 
 ```
 compile(name: 'alipaySdk', ext: 'aar')
 ```
 
-
-
-
-
 ## 5.SDK download
 
 [Download link](https://git.allpayx.com/OpenAPI/common/raw/master/v5/android/android_sdk.zip)