leeweizhang/yunxin-sdk

PHP 包用于集成 Yunxin API。

v1.0.0 2020-08-01 09:48 UTC

This package is auto-updated.

Last update: 2024-09-29 05:49:34 UTC


README

PHP 包用于集成 Yunxin API。

示例

  • 获取用户信息
$yx = new Yunxin('APP_KEY', 'APP_SECRET');
$yxUsers = $yx->users();
$yxUsers->getUsersInfo(['yunxin_uid']);