接口说明
## 接口地址
`本地地址`: [http://localhost:8080/v1]()
`线上地址`: [https://dongtai.yangxiansheng.top/v1](https://dongtai.yangxiansheng.top/v1)
部分接口需要`token`校验 ,写在`header`中,`jwt`是Bear token形式。
>w 接口调用频率有限制,不能频繁调用。
部分接口支持分页,默认是`start`和`count`的参数传递,两个的默认值为0和10
>i 本项目是风袖电商小程序的后端接口文档,全栈项目包含了小程序,`springboot`c端API,`Lin-CMS`商城管理系统,商城管理系统接口开发。
项目地址:[https://github.com/251205668/Magic_Shop](https://github.com/251205668/Magic_Shop)
后端代码仓库:[https://github.com/251205668/store-springboot-api](https://github.com/251205668/store-springboot-api)