Update developer.md

This commit is contained in:
Darren 2023-04-11 09:44:16 +08:00 committed by GitHub
parent 567b7d7075
commit af0bd9cf1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,18 +4,25 @@
### 请求
### 请求头(公共参数)
#### 请求方式
支持如下两种调用方式:
* get
* post
#### 请求头(公共参数)
| 参数名称 | 用途 |类型 |必要性 |
| ------ | --------------------------------------------- | ------ |------ |
| Version | 接口版本 | string |可选 |
| Language | 接口显示语言 | string |可选 |
### 安全验证
#### 安全验证
本微服务没有安全验证模块,需通过 API 网关实现
### 请求主体
#### 请求主体
[详细参照各个接口业务参数](#API接口说明)