# SQKJweixin **Repository Path**: dapp_community/SQKJweixin ## Basic Information - **Project Name**: SQKJweixin - **Description**: SQKJ微信小程序 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SQKJweixin #### 项目介绍 小程序后台 小程序接口 用户名片: 1.全部用户名片展示: localhost:8080/findAll 2.用户名片详情:localhost:8080/findById 3.增加一个用户名片:localhost:8080/add 4.删除一个用户名片:localhost:8080/deleteById 5.模糊查找用户名片:localhost:8080/like?str 用户: 1.用户的所有信息:localhost:8080/UserCard/findAll 2.增加一个用户:localhost:8080/UserCard/add 3.查询一个用户:localhost:8080/UserCard/findById 4.删除一个用户:localhost:8080/UserCard/deleteById 5.上传用户头像:localhost:8080/upLoad/uploadUserIcon 文章: 1.查询所有文章:localhost:8080/article/findAll 2.根据id查询文章:localhost:8080/article/findById 3.根据id删除文章:localhost:8080/article/deleteById 4.上传一篇文章:localhost:8080/upLoad/uploadArtcle