当前位置 博文首页 > cai niaoyihao_的博客:jsonplaceholder——免费的HTTP请求假数

    cai niaoyihao_的博客:jsonplaceholder——免费的HTTP请求假数

    作者:[db:作者] 时间:2021-07-05 09:51

    目录

          • 内容介绍
          • 一、优点
          • 二、GET请求
            • 1、posts——帖子
              • 1.1、posts
              • 1.2、posts-id
              • 1.3、posts-userId
            • 2、comments——评论
              • 2.1、comments
              • 2.2、comments-id
              • 2.3、comments-postId
            • 3、albums——专辑
              • 3.1、albums
              • 3.2、albums-id
              • 3.3、albums-userId
            • 4、todos——待办事项
              • 4.1、todos
              • 4.2、todos-id
              • 4.3、todos-userId
            • 5、users——用户
              • 5.1、users
              • 5.2、users-id
            • 6、photos——照片
              • 6.1、photos
              • 6.2、photos-id
              • 6.3、photos-albumId
          • 三、POST请求
            • 1、posts
          • 四、汇总
          • 四、代码
    cs