# mogujie **Repository Path**: ro5353/mogujie ## Basic Information - **Project Name**: mogujie - **Description**: node+typescript爬取蘑菇街数据 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-25 - **Last Updated**: 2021-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 仅用个人学习 ## 请求接口 + 获取商品数据 请求地址:`http://localhost:3000/list` 请求方式:`GET` 请求参数: | 参数名称 | 参数描述 | 是否必传 | | -------- | -------- | -------- | | page | 当前页码 | x | + 获取商品评论 请求地址:`http:localhost:3000/rate` 请求方式:`GET` 请求参数: | 参数名称 | 参数描述 | 是否必传 | | -------- | ------------------------------------------- | -------- | | itemId | 商品标识(从商品数据接口中获取`itemIdUrl`) | √ | | page | 当前页码 | x | | pageSize | 每页显示条数 | x |