Browse Source

更新 'v5/android/Android端控件支付产品接口规范文档.md'

tao.zhou 6 years ago
parent
commit
07ace3287e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      v5/android/Android端控件支付产品接口规范文档.md

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

@@ -21,13 +21,13 @@ AllPay 为基于移动端 APP 支付的客户提供接入插件(下文简称“S
 
 #### 4.通用API说明 
 
-商户服务器和 AllPay 网关对接的通用接口,每个渠道都具有的功能,包括:消费,查询,退款,退款查询接口。
+商户服务器和 AllPay 网关对接的通用接口,每个渠道都具有的功能,包括:消费,消费查询,退款,退款查询接口。
 
 ##### 4.1. 通用API 接入地址 
 
 | 交易名称     | 测试交易地址                                 | 生产交易地址                                |
 | ----------- | ------------------------------------------- | ------------------------------------------- |
-| 统一下单接口 | https://testapi.allpayx.com/api/unifiedorder | https://api.allpayx.com/api/unifiedorder |
+| 消费接口 | https://testapi.allpayx.com/api/unifiedorder | https://api.allpayx.com/api/unifiedorder |
 | 消费查询接口 | https://testapi.allpayx.com/api/orderquery   | https://api.allpayx.com/api/orderquery      |
 | 退款接口    | https://testapi.allpayx.com/api/refund       | https://api.allpayx.com/api/refund           |
 | 退款查询接口 | https://testapi.allpayx.com/api/refundquery  | https://api.allpayx.com/api/refundquery |