Discuz API JSON 適用於IOS及Android移動端開發

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│ ├


分享到:


相關文章: