Browse Source

更新 'v5/android/Android_Integration_Specification_CH.md'

benson.zhang 2 years ago
parent
commit
887e6ac614
1 changed files with 1 additions and 1 deletions
  1. 1 1
      v5/android/Android_Integration_Specification_CH.md

+ 1 - 1
v5/android/Android_Integration_Specification_CH.md

@@ -56,7 +56,7 @@ repositories {
  * tn——交易流水号,作为调起 sdk 支付的参数,商户从 AllPay 后台获取
  * false代表测试环境,true代表生产环境
  */
-AllPayEngine.Pay(ShopCartActivity.this, tn, false);
+AllPayEngine.pay(ShopCartActivity.this, tn, false);
 ```
 
 ### 3.4 同步结果通知