sid); # 验证sessionid并换取userInfo信息 echo Resp::ok($sidInfo); } catch (SDKException $e) { echo Resp::err($e->getCode(), $e->getMessage()); }