mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-12 06:51:38 +08:00
添加用户注册功能;Encrpt修改为Encrypt;添加填充测试数据
This commit is contained in:
22
README.md
22
README.md
@@ -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对象类型 | 说明 | 举例 |
|
||||
|
Reference in New Issue
Block a user