Uc app ls
出自Discuz! 技术文库
uc_app_ls
- array uc_app_ls()
描述
本接口获取 UCenter 中所有应用的列表数据。
参数
- 无
返回值
返回值类型 | 说明 | 备注 |
array | 应用列表数据,其中单条应用数组结构请查看下方 单条应用数组结构 |
单条应用数组结构
key | 类型 | value |
appid | integer | 应用 ID |
type | string | 应用类型 |
name | string | 应用名称 |
url | string | 接口 URL |
tagtemplates | string | 标签单条显示模板 |
viewprourl | string | 应用单看个人资料 URL |