Example #1
0
 public function ajaxError($data)
 {
     parent::ajaxReturn(['status' => -1, 'message' => '失败', 'data' => $data]);
 }