0 0 0
xiuno多端小程序和APP 免费
 Mr.Chen V 靓号标识 UID:1 地仙境 创始人
2026-03-05 42

介绍

xiuno生成多端小程序和APP。 基于xiuno4.0版本二开API,使用UNIAPP框架重构

 

后端插件api文档

1. 获取站点信息

URL: http://yourdomain.com/?api_site_info

Method: GET

Response:

{

"name": "Site Name",

"description": "Site Description",

"version": "4.0"

}

2. 获取版块列表

URL: http://yourdomain.com/?api_forum_list

Method: GET

Response:

[

{

    "fid": 1,

    "name": "Forum Name",

    ...

},

...

]

3. 获取帖子列表

URL: http://yourdomain.com/?api_thread_list&fid={forum_id}

Method: GET

Response:

[

{

    "tid": 1,

    "subject": "Thread Subject",

    ...

},

...

]

4. 获取帖子详情

URL: http://yourdomain.com/?api_thread_detail&tid={thread_id}

Method: GET

Response:

{

"tid": 1,

"subject": "Thread Subject",

...

}

5. 获取用户列表

URL: http://yourdomain.com/?api_user_list

Method: GET

Response:

[

{

    "uid": 1,

    "username": "Username",

    ...

},

...

]

6. 获取用户信息

URL: http://yourdomain.com/?api_user_info&uid={user_id}

Method: GET

Response:

{

"uid": 1,

"username": "Username",

...

}

7. 用户登录

URL: http://yourdomain.com/?api_login

Method: POST

Parameters:

username: 用户名

password: 密码

Response:

{

"status": "success",

"user": {

    "uid": 1,

    "username": "Username",

    ...

}

}

8. 用户注册

URL: http://yourdomain.com/?api_register

Method: POST

Parameters:

username: 用户名

password: 密码

email: 邮箱

Response:

{

"uid": 1,

"username": "Username",

...

}

9. 创建帖子

URL: http://yourdomain.com/?api_create_post

Method: POST

Parameters:

fid: 版块ID

subject: 帖子标题

message: 帖子内容

uid: 用户ID

Response:

{

"status": "success",

"tid": 1

}

10. 创建回复

URL: http://yourdomain.com/?api_create_reply

Method: POST

Parameters:

tid: 帖子ID

message: 回复内容

uid: 用户ID

Response:

{

"status": "success",

"pid": 1

}

常见问题

有没有教程?

暂时没有,需要自行研究安装,不难,有点基础基本都可以上手  

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

本帖中包含附件 附件为回复后可见,请先回复!
VIP 1级及以上用户可免回复查看 开通会员

附件详情

  • 说明: 普通用户每次点击下载扣除1金币
  • 附件名:
    加载中...
  • 附件分类:
  • 账户经验:
    0 点 [排行]
  • 账户金币:
    0 个 [兑换]
  • 账户灵石:
    0 枚 [充值]
  • 上传信息:
     Mr.Chen|2026-03-05
  • 下载地址:
相关帖子
看过的人 (2)
  • leostudio
  •  Mr.Chen
最新回复 (0)

    暂无评论

请先登录后发表评论!

返回
每日签到
今日共5人签到
请先登录
周一
周二
周三
周四
周五
周六
周日

2025年乙巳年蛇年
13:36:00
公历日期
9月26日
农历日期
八月初五
星期
星期五
下午好
金秋时节,愿您收获满满
距离国庆节还有5天

请先登录后发表评论!