code
通过 iOS 或 Android 应用授权登录,获取一次性 code,通过后端服务器换取用户的信息。
iOS
Android
<?php $code = 'CODE'; $work->mobile->getUser(string $code);