From 3a1f888c5d7f8cedf27e5cf6313f75b07e2dcff7 Mon Sep 17 00:00:00 2001 From: fantasticbin Date: Mon, 7 Nov 2022 16:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/JsonRpc/UserExternalServiceInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/JsonRpc/UserExternalServiceInterface.php b/app/JsonRpc/UserExternalServiceInterface.php index c6a7e2b..a38371e 100644 --- a/app/JsonRpc/UserExternalServiceInterface.php +++ b/app/JsonRpc/UserExternalServiceInterface.php @@ -7,8 +7,8 @@ interface UserExternalServiceInterface /** * 通过微信授权新建用户 * - * @param string $open_id + * @param string $openid * @return array */ - public function wechatNewUser(string $open_id) : array; + public function wechatNewUser(string $openid) : array; } \ No newline at end of file