Teacher, what should I do if there is no response when the administrator adds something?
Hello, how did you solve this problem? I don’t think there is any problem. I feel that there is no problem with the code logic.
Okay, thank you, I'll try it
1. There is no corresponding code for $result that is not true.
2. Directly add $request->param() to the database. There may be extra fields that the database does not have. Add another parameter. true
$result = UserModel::create($request->param(), true);
Hello, how did you solve this problem? I don’t think there is any problem. I feel that there is no problem with the code logic.
Okay, thank you, I'll try it
1. There is no corresponding code for $result that is not true.
2. Directly add $request->param() to the database. There may be extra fields that the database does not have. Add another parameter. true