作者 王智

baoxiu22

... ... @@ -404,6 +404,6 @@ class Api
$app = new Application($options);
$userService = $app->user;
$dist = $userService->lists($nextOpenId = null); // $nextOpenId 可选
return $dist['data'];
return $dist['data']['openid'];
}
}
... ...