From 34ef472b3ce87f1c6e82293e2e7829cd01b766b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Fri, 22 Jan 2021 11:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E5=A4=A9=E5=A4=B1=E8=B4=A5=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=A1=A5=E6=AC=BE=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/test/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/test.php b/script/test/test.php index 78effc5..65ad615 100644 --- a/script/test/test.php +++ b/script/test/test.php @@ -21,7 +21,7 @@ while ($info = fgetcsv($file)) { $score_data = [ 'UserId' => $user_info['Id'], 'ScoreType' => 1, - 'ScoreTypeName' => '失败订单补款金额', + 'ScoreTypeName' => '天天失败订单补款金额', 'ScoreValue' => $info[1], 'UserName' => $info[0], 'OperateUserName' => 'script',