# shopListV2 **Repository Path**: cch0109/shopListV2 ## Basic Information - **Project Name**: shopListV2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 商品管理系统 #### 系统功能 - 商品列表 - 添加商品 - 编辑商品 - 删除商品 - 登录 - 注册 #### 使用技术 - HTML5 + CSS - javascript - bootstrap - php - mysql - ajax - jquery #### 接口文档 ##### 查询列表接口 url: api/v1/shop/select.php method: get query: null response:{ ​ code:200, ​ body:{ ​ msg:'查询成功', ​ list:[ ​ { ​ Id:Number, ​ name:String, ​ price:Number, ​ num:Number ​ } ​ ] ​ } }