From 59ba65f4be45307c74f414738f0622a7e096df2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 23 Jan 2021 16:27:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=AD=90=E8=BF=85=E8=81=94=E8=A1=A5?= =?UTF-8?q?=E6=AC=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/test/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test/test.php b/script/test/test.php index e309e66..f7863e4 100644 --- a/script/test/test.php +++ b/script/test/test.php @@ -7,7 +7,7 @@ use app\order\model\CashOut as CashMoedl; use app\order\model\User as UserModel; use app\order\model\UserScore as ScoreModel; -$file_path = './ttrefund.csv'; +$file_path = './qzxlrefund.csv'; $file = fopen($file_path, 'r'); while ($info = fgetcsv($file)) { $user_model = new UserModel; @@ -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',