# redpacket **Repository Path**: NioMine/redpacket ## Basic Information - **Project Name**: redpacket - **Description**: 基于Springboot的模拟抢红包微信小程序后端接口开发(调用人脸图像识别API) - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  https://www.yoursite.com/send post json { "size":"5", "money":"10", "sender":"he", "wishes":"Merry Christmas!圣诞快乐", "imgUrl":"/hi.jpg" } return { "errcode": 200/500 "result": "OK", "errmsg": "OK" } https://www.yoursite.com/receive/get post json { "id":"57509cf2-2d34-4220-a168-9cf0c1c515bf", "nickname":"user5", "imgUrl":"./test/haha.jpg", "grabMoney":null,"picUrl":null, "beauty":null, "happy":null } return { "errcode": 200/500 "result": "OK", "errmsg": "OK" } https://www.yoursite.com/receive/open post json { "id":"57509cf2-2d34-4220-a168-9cf0c1c515bf", "nickname":"user5", "imgUrl":"./test/haha.jpg", "grabMoney":null, "picUrl":"picture-1255478844.cosgz.myqcloud.com/666.jpg", "beauty":null, "happy":null } return { "errcode": 200/500 "result": { "happy_rank": "害羞啥呢?", "code": 0, "beauty": 81, "money": 3.33, "beauty_rank": "三百六十度无死角的仰慕,简直帅绝人寰", "sexAndAge_rank": "正处青春年华,如春花初放,似莲之清纯。", "happy": 11, "sex": "female", "weight": 0.76, "wmoney": 2.53, "age": 14 }, "errmsg": "OK" } https://www.yoursite.com/packList get 无参数 return { "errcode": 200, "result": [{ "packID": "57509cf2-2d34-4220-a168-9cf0c1c515bf", "sender": "he", "list": [{ "id": null, "nickname": "user5", "imgUrl": "./test/haha.jpg", "grabMoney": 2.53, "picUrl": null }], "size": 5, "wishes": "Merry Christmas!圣诞快乐", "sendTime": "2017-12-11 22:15:03", "imgUrl": "/hi.jpg", "grabbedSize": 1 }, { "packID": "f1cb30eb-6604-4740-9491-7ece8fc01885", "sender": "he", "list": [], "size": 5, "wishes": "Merry Christmas!圣诞快乐", "sendTime": "2017-12-11 22:10:23", "imgUrl": "/hi.jpg", "grabbedSize": 0 }], "errmsg": "OK" } https://www.yoursite.com/list?id=57509cf2-2d34-4220-a168-9cf0c1c515bf get 传参id return { "errcode": 200, "size": 5, "sender": "he", "grabbedSize": 1, "money":5, "errmsg": "OK", "grabsList": [{ "id": null, "nickname": "user5", "imgUrl": "./test/haha.jpg", "grabMoney": 2.53, "picUrl": null }], "wishes": "Merry Christmas!圣诞快乐", "sendTime": "2017-12-11 22:15:03" }