# proj_gulp **Repository Path**: one_24/proj_gulp ## Basic Information - **Project Name**: proj_gulp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FOR MY ROSE PC端电商项目 ### 项目介绍 ​ 饰品电商。。。。。 ### 使用的技术 1. HTML5 2. CSS3 3. JavaScript 4. jQuery 5. ajax 6. php + Mysql ### 接口文档 ##### 品牌数据展示接口 url: http://www.abc.com/api/v1/brand/get method: get data: null response: { ​ code: 200, ​ body: { ​ list: [ ​ { ​ id: Number, ​ src: String, ​ ctitle: String, ​ title: String ​ desc: String ​ } ​ ] ​ } }