Home > Q&A > body text
2018-07-27 12:02:33
In the add method, use $user=UserModel::create($data); instead of add
if ($result === true) { $user= UserModel::create($data); if ($user === null) { $status = 0; $message = 'Add failed~~'; } } After changing this, it still doesn't work.
轻微强迫症2018-05-26 13:37:30
Mine is the same, has the poster solved it? Can you share it