From 20d7d83ef7355149acb20f757c2466237beffd94 Mon Sep 17 00:00:00 2001 From: wang_chengh <13383929+wang_chengh@user.noreply.gitee.com> Date: Thu, 21 Sep 2023 12:01:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=B0=8F=E7=82=B9?= =?UTF-8?q?=E6=97=A0=E5=85=B3=E7=B4=A7=E8=A6=81=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/cgi-bin/c_mysql_user_pwd.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/www/cgi-bin/c_mysql_user_pwd.c b/www/cgi-bin/c_mysql_user_pwd.c index f99c3bd..0db9da8 100644 --- a/www/cgi-bin/c_mysql_user_pwd.c +++ b/www/cgi-bin/c_mysql_user_pwd.c @@ -82,7 +82,7 @@ int main() { cJSON_AddStringToObject(result_json, "nickname", "admin"); } else { cJSON_AddNumberToObject(result_json, "code", 1); - cJSON_AddStringToObject(result_json, "msg", "用户名或口令错误"); + cJSON_AddStringToObject(result_json, "msg", "用户名或密码错误"); } char *result_json_string = cJSON_Print(result_json); @@ -99,6 +99,4 @@ int main() { mysql_close(conn); return 0; -} - -// 注释 \ No newline at end of file +} \ No newline at end of file