From 7149c94d19cd790c2f7efa8ee786d2a433c86687 Mon Sep 17 00:00:00 2001 From: chenzhi <“chenzhi063@qq.com> Date: Tue, 19 Nov 2019 18:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/User/Model/UcenterMemberModel.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/User/Model/UcenterMemberModel.class.php b/Application/User/Model/UcenterMemberModel.class.php index eb03634ff..5b1bbfdf2 100644 --- a/Application/User/Model/UcenterMemberModel.class.php +++ b/Application/User/Model/UcenterMemberModel.class.php @@ -122,6 +122,7 @@ class UcenterMemberModel extends Model{ $status = M('UcenterMember', 'sys_')->data($data)->add(); } catch (\Throwable $th) { $status = false; + dump($th); } $uid = 0; if ($status) {