Update developer.md

This commit is contained in:
Darren 2023-04-13 16:13:15 +08:00 committed by GitHub
parent e8ec2818b4
commit 79b7d266ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,10 +65,10 @@
| code |message | detail |
| --------------------------------------------- | ------ | ------ |
| Client.$p.Blank.Error | 必填参数为空 |错误详细信息 |
| Client.$p.Format.Error | 参数语法不符 |错误详细信息 |
| Client.$p.Value.NotExist.Error | 参数值错误 |错误详细信息 |
| Client.$p.Value.Repeat.Error | 参数值重复 |错误详细信息 |
| Client.$p.Blank.Error | 必填参数为空 |null |
| Client.$p.Format.Error | 参数语法不符 |null |
| Client.$p.Value.NotExist.Error | 参数值错误 |null |
| Client.$p.Value.Repeat.Error | 参数值重复 |null |
##### Server errors