Jerry 6 лет назад
Родитель
Сommit
769f50b4fc
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      README.md
  2. 1 1
      README_EN.md

+ 1 - 1
README.md

@@ -56,7 +56,7 @@
 ## 支付宝Client
 
 * client := gopay.NewAliPayClient() => 初始化支付宝支付客户端
-* client的其他配
+* client请求部分公共参数的设
     * client.SetReturnUrl() => 设置返回URL
     * client.SetNotifyUrl() => 设置异步通知URL
     * client.SetCharset() => 设置字符编码,默认 utf-8

+ 1 - 1
README_EN.md

@@ -56,7 +56,7 @@ The Golang SDK for WeChat and AliPay
 ## Alipay Client
 
 * client := gopay.NewAliPayClient() => Init Alipay Payment Client
-* client's other configuration
+* client request some settings of Common Parameters
     * client.SetReturnUrl() => set the return URL
     * client.SetNotifyUrl() => set the asynchronous notification URL
     * client.SetCharset() => set the character,default utf-8