master
chenzhi 5 years ago
parent 6e522e08cd
commit 7149c94d19

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

Loading…
Cancel
Save