基于微信电子书小说阅读小程序毕业设计成品作品(9)小程序首页功能接口

博主介绍:《Vue.js入门与商城开发实战》《微信小程序商城开发》图书作者,CSDN博客专家,在线教育专家,CSDN钻石讲师;专注大学生毕业设计教育和辅导。

所有项目都配有从入门到精通的基础知识视频课程,免费

项目配有对应开发文档、开题报告、任务书、PPT、论文模版等

在文章末尾可以获取联系方式

目的:本课题主要目标是设计并能够实现一个基于微信小程序在线电子书阅读系统,前台用户使用小程序,后台管理使用基PHP+MySql的B/S架构;通过后台录入电子书信息、书目录信息,用户通过小程序登录,查看图书列表、查看图书信息、查看图书目录、阅读。

意义:微信小程序在线电子书阅读系统是计算机技术与图书相结合的产物,通过微信小程序在线电子书阅读系统实现了对电子书的高效管理。随着计算机技术的不断提高,计算机已经深入到社会生活的各个角落.

小程序接口

首页

wx_lunbo.php

获取顶部轮播图片数组(多个图片)

wx_news_list.php

获取最新资讯3条

wx_shu_top6.php

获取最新6本电子书

轮播图接口

接口程序

1

wx_lunbo.php

参数:无

接口样本

1

http://localhost:500/wx_lunbo.php

返回数据

1

2

3

4

5

[

    {"tupian":"http://localhost:500/up/tupian/202206141036410000007110.png","dizhi":"/pages/xinxi/xiangqing?cs_xxid=28"},

    {"tupian":"http://localhost:500/up/tupian/202206141036370000001278.png","dizhi":"/pages/xinxi/xiangqing?cs_xxid=31"},

    {"tupian":"http://localhost:500/up/tupian/202206141036410000007110.png","dizhi":"/pages/shu/mulu?ts_id=42&ts_mc=九州飘零书"}

]

最新资讯接口

接口程序

1

wx_news_list.php

参数:无

接口样本

1

http://localhost:500/wx_news_list.php

返回数据

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

[

    {

        "myid" : 31,

        "mybiaoti" : "微信小程序在线电子书阅读系统",

        "myshijian" : "12-12"

    },

    {

        "myid" : 30,

        "mybiaoti" : "测试公告信息16",

        "myshijian" : "12-12"

    },

    {

        "myid" : 29,

        "mybiaoti" : "测试公告信息15",

        "myshijian" : "12-12"

    }

]

最新电子书接口

接口程序

1

wx_shu_top6.php

参数:无

接口样本

1

http://localhost:500/wx_shu_top6.php

返回数据

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

47

48

49

50

[

     

    {

        "ts_id" : 44,

        "ts_mc" : "俞军产品方法论 ",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211400380000008546.jpg"

    }

    ,

     

    {

        "ts_id" : 43,

        "ts_mc" : "女性事业进阶与领导力提升",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211344290000002100.jpg"

    }

    ,

     

    {

        "ts_id" : 42,

        "ts_mc" : "九州飘零书",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211221210000007738.jpg"

    }

    ,

     

    {

        "ts_id" : 41,

        "ts_mc" : "三国演义(套装上下册)",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211220460000003443.jpg"

    }

    ,

     

    {

        "ts_id" : 40,

        "ts_mc" : "小王子",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211220150000002298.jpg"

    }

    ,

     

    {

        "ts_id" : 39,

        "ts_mc" : "科幻编年史",

        "ts_jianjie" : "",

        "ts_tupian" : "http://localhost:500/up/tupian/202006211219470000009187.jpg"

    }

     

]

参考来源:https://www.hzyaoyi.cn/pc_jiaocheng_tushu_index.php?/40/1505.html

猜你喜欢

转载自blog.csdn.net/u013818205/article/details/132713103