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) {