1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-09-12 06:51:38 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

添加用户注册功能;Encrpt修改为Encrypt;添加填充测试数据

This commit is contained in:
2022-03-02 11:28:19 +08:00
parent 54144d49c1
commit a02d930f11
10 changed files with 204 additions and 59 deletions

View File

@@ -12,28 +12,6 @@
> 用户名密码均为 `admin`
### 本次修改通过以下方式查看👇
> http://localhost:8090/user/getotp?telephone=1
预期效果:
```json
{"data":null,"status":"success"}
```
控制台:
```sql
telephone = 1 & otpCode = 90824
```
> http://localhost:8090/user/get?id=2
预期效果:
```json
{"data":{"errCode":10002,"errMsg":"未知错误"},"status":"fail"}
```
### 层次结构以User为例自上向下
| | 目录 | Java对象类型 | 说明 | 举例 |