作者 chencheng

0531-3

... ... @@ -150,7 +150,7 @@ class Client extends Api
->where($where)
->paginate($total, false, ['page' => $page])
->toArray();
return $this->success($row);
return $this->success("查询成功",$row);
}
/**
... ...