liyinglin 3 years ago
parent 59ee7ca2cf
commit a1835ee6b1

@ -267,7 +267,7 @@ class VisitController extends CommonController
$all['user_id'] = $this->getUserId();
$model->fill($all);
$res = $model->save();
return $this->success($res);
return $this->success($model);
}
}

Loading…
Cancel
Save