Browse Source

更新文档

tao.zhou 3 years ago
parent
commit
cf6fb4052b

+ 2 - 2
v5/android/Android_Integration_Specification_CH.md

@@ -91,7 +91,7 @@ pay_result 为 json 字符串,格式如下:
 报文说明:
 
 - state:"success"代表成功,"cancel"代表用户取消操作,"fail"代表失败,"query"代表 app 需要调用查询接口来确认订单状态
-- paymentSchema:支付渠道,详见[渠道列表](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) 
+- paymentSchema:支付渠道,详见[渠道列表](../../paymentSchema.md) 
 - orderNum:订单号
 - errorDetail:错误详情
 
@@ -117,7 +117,7 @@ compile(name: 'alipaySdk', ext: 'aar')
 
 ## 5.SDK下载
 
-[安卓SDK下载地址](https://git.allpayx.com/OpenAPI/common/raw/master/v5/android/android_sdk.zip)
+[安卓SDK下载地址](android_sdk.zip)
 
 ## 6.技术支持
 

+ 3 - 3
v5/android/Android_Integration_Specification_EN.md

@@ -16,7 +16,7 @@ AllPay provides access plug-ins (hereinafter referred to as "SDK") for customers
 
 ### 3.1 Access instructions 
 
-The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](https://git.allpayx.com/OpenAPI/common/src/master/AllPay_Integration_Specification_EN.md)
+The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](../../AllPay_Integration_Specification_EN.md)
 
 Start the interface of the payment control, the interface is defined as follows:
 
@@ -91,7 +91,7 @@ pay_result, which is a json string, in the following format:
 Message description:
 
 - state: "success" stands for success, "cancel" means the user cancels the operation, "fail" means the failure, and "query" means the app needs to call the query interface to confirm the order status.
-- paymentSchema: Payment channel, see [Channel List](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) 
+- paymentSchema: Payment channel, see [Channel List](../../paymentSchema.md) 
 - orderNum: Order number
 - errorDetail: Error details
 
@@ -117,7 +117,7 @@ compile(name: 'alipaySdk', ext: 'aar')
 
 ## 5.SDK download
 
-[Download link](https://git.allpayx.com/OpenAPI/common/raw/master/v5/android/android_sdk.zip)
+[Download link](android_sdk.zip)
 
 ## 6.Technical Support
 

+ 3 - 3
v5/ios/iOS_Integration_Specification_CH.md

@@ -16,7 +16,7 @@ AllPay 为基于移动端 APP 支付的客户提供接入插件(下文简称“S
 
 ### 3.1 接入说明 
 
-商户网关将订单信息发送给 AllPay 网关,由 AllPay 网关进行处理后将交易流水号,即 tn,返回给商户网关,tn 作为调起手机 app 支付控件的参数。具体请参考[AllPay网关对接文档](https://git.allpayx.com/OpenAPI/common/src/master/AllPay_Integration_Specification_CH.md)
+商户网关将订单信息发送给 AllPay 网关,由 AllPay 网关进行处理后将交易流水号,即 tn,返回给商户网关,tn 作为调起手机 app 支付控件的参数。具体请参考[AllPay网关对接文档](../../AllPay_Integration_Specification_CH.md)
 
 启动支付控件的接口,接口定义如下:
 
@@ -92,7 +92,7 @@ resultDic,转为 json 字符串,格式如下:
 | 参数          |                             说明                             |
 | ------------- | ---------------------------------------------------------- |
 | state         | "success"代表成功,"cancel"代表用户取消操作,"fail"代表失败  |
-| paymentSchema | 支付渠道,详见[渠道列表](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | 支付渠道,详见[渠道列表](../../paymentSchema.md) |
 | orderNum      | 订单号 |
 | errorDetail   | 错误详情 |
 
@@ -205,7 +205,7 @@ resultDic,转为 json 字符串,格式如下:
 
 ## 5.SDK下载
 
-[iOS SDK下载地址](https://git.allpayx.com/OpenAPI/common/raw/master/v5/ios/ios_sdk.zip)
+[iOS SDK下载地址](ios_sdk.zip)
 
 ## 6.技术支持
 

+ 3 - 3
v5/ios/iOS_Integration_Specification_EN.md

@@ -16,7 +16,7 @@ AllPay provides access plug-ins (hereinafter referred to as "SDK") for customers
 
 ### 3.1 Access instructions 
 
-The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](https://git.allpayx.com/OpenAPI/common/src/master/AllPay_Integration_Specification_EN.md)
+The merchant gateway sends the order information to the AllPay gateway, and the AllPay gateway processes the transaction serial number, ie tn, back to the merchant gateway, and tn is used as a parameter to adjust the mobile app payment control. Please refer to the specific [AllPay Gateway Docking Document](../../AllPay_Integration_Specification_EN.md)
 
 Start the interface of the payment control, the interface is defined as follows:
 
@@ -91,7 +91,7 @@ Message description
 | Parameter          |                             Description                             |
 | ------------- | ---------------------------------------------------------- |
 | state         | "success" stands for success, "cancel" means the user cancels the operation, and "fail" stands for the failure.  |
-| paymentSchema | Payment channel, see [Channel List](https://git.allpayx.com/OpenAPI/common/src/master/paymentSchema.md) |
+| paymentSchema | Payment channel, see [Channel List](../../paymentSchema.md) |
 | orderNum      | Order number |
 | errorDetail   | Error details |
 
@@ -204,7 +204,7 @@ Message description
 
 ## 5.SDK download
 
-[Download link](https://git.allpayx.com/OpenAPI/common/raw/master/v5/ios/ios_sdk.zip)
+[Download link](ios_sdk.zip)
 
 ## 6.Technical Support