P粉2509136712022-12-02 22:10:55
The user's real-name information filled in is the only proof for prize redemption. If the real-name information filled in is incorrect due to personal reasons and the prize cannot be redeemed, all losses will be borne by the user.
谢建华2019-01-15 11:41:28
Mine is the same. Later I found that the teacher’s data.message was written incorrectly in the ajax at the front desk. It should be data.result. After I changed this, it became normal.
新新新新生2018-11-01 19:18:54
public function checkLogin(Request $request)
{
//Initial return parameters
$status =0;
$result =' ';
$data = $request ->param();
// //Verify
// $result = $this->validate($data,$rule);
return ['status'=>$status,'message'=>$result,'data'=>$data];