Discuz API 搭建
下载API文件:链接: http://pan.baidu.com/s/1mir1zkc 密码: 4fyj
将appapi
文件夹放入DZ目录下执行 http://xxxx.com/appapi/install.php
执行浏览器出现 “安装成功” 字样可进行下面的操作
目录结构
├connect.php
├image.php
├inc.php
├index.php//首页控制器 index.php?mod=index&XXX
├install.php//安装文件,建议安装完成后删除。
├login.php //登录获取Token,里边也包括登录后用户的信息。
├register.php
├
│ ├config.php
│ ├config_extra.php
│ ├permission_config.php
│ └smiley_map.php
├
│ ├class_member.php
│ ├json.class.php
│ ├lib_app_helper_attach.php
│ ├lib_appversion.php
│ ├lib_bfd_app.php
│ ├lib_bfd_perm.php
│ └lib_bfd_user.php
├
│ ├connect.class.php
│ ├index.htm
│ ├qqshow.inc.php
│ ├spacecp.inc.php
│ ├
│ │ ├connect_check.php
│ │ ├connect_config.php
│ │ ├connect_feed.php
│ │ ├connect_login.php
│ │ ├connect_user.php
│ │ └index.htm
│ ├
│ │ ├index.htm
│ │ ├table_common_connect_guest.php
│ │ ├table_common_member_connect.php
│ │ ├table_connect_disktask.php
│ │ ├table_connect_feedlog.php
│ │ ├table_connect_memberbindlog.php
│ │ ├table_connect_postfeedlog.php
│ │ └table_connect_tthreadlog.php
│ ├
│ │ ├extend_common.css
│ │ ├extend_module.css
│ │ ├index.htm
│ │ ├module.htm
│ │ ├qqshow.htm
│ │ └spacecp.htm
├