From d7b07cf0eadf33be5ed66b35f8733ca7d1d66e48 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 24 Oct 2021 13:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/StoreService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/StoreService.php b/app/service/StoreService.php index e5493fc6d..d382cecf0 100644 --- a/app/service/StoreService.php +++ b/app/service/StoreService.php @@ -294,7 +294,7 @@ class StoreService // 请求校验 $data = [ 'accounts' => $accounts, - 'password' => $password, + 'authdata' => $password, 'host' => __MY_HOST__, 'url' => __MY_URL__, 'ver' => APPLICATION_VERSION, -- GitLab