Update developer.md

This commit is contained in:
qiaofeng1227 2023-04-10 17:09:34 +08:00 committed by GitHub
parent 529e3db724
commit 35dfb670da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@
|返回参数 | 用途 |类型 |必要性 |
| ------ | --------------------------------------------- | ------ |------ |
| error | 错误code和错误信息 | ErrorInfo | 非必须 ,无错误时不返回 |
| responseData | 各个接口的业务数据 | object |必须 |
| responseData | 各个接口的业务数据 | object(依据接口而异) |必须 |
```
{