From 9ac47a8446b19954fdbce65cc7c671dbf605b30d Mon Sep 17 00:00:00 2001 From: yifanes Date: Fri, 25 Jan 2019 22:22:33 -0600 Subject: [PATCH] Update AlipayKeyPair.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改注释,让使用者不至于迷茫,或者怀疑参数顺序有误 --- aop/Key/AlipayKeyPair.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aop/Key/AlipayKeyPair.php b/aop/Key/AlipayKeyPair.php index fe67d853..78305ac3 100644 --- a/aop/Key/AlipayKeyPair.php +++ b/aop/Key/AlipayKeyPair.php @@ -89,7 +89,7 @@ public function getPublicKey() } /** - * 设置公钥 + * 设置应用私钥 * * @param string $key * @@ -103,7 +103,7 @@ public function setPrivateKey($key) } /** - * 设置私钥 + * 设置支付宝公钥 * * @param string $key *