mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
feat: 新增数据保存接口
This commit is contained in:
@@ -41,11 +41,11 @@ export enum RequestHttpEnum {
|
||||
// 常用的contentTyp类型
|
||||
export enum ContentTypeEnum {
|
||||
// json
|
||||
JSON = 'application/json;charset=UTF-8',
|
||||
// json
|
||||
TEXT = 'text/plain;charset=UTF-8',
|
||||
JSON = 'application/json; charset=UTF-8',
|
||||
// text
|
||||
TEXT = 'text/plain; charset=UTF-8',
|
||||
// form-data 一般配合qs
|
||||
FORM_URLENCODED = 'application/x-www-form-urlencoded;charset=UTF-8',
|
||||
FORM_URLENCODED = 'application/x-www-form-urlencoded; charset=UTF-8',
|
||||
// form-data 上传
|
||||
FORM_DATA = 'multipart/form-data;charset=UTF-8',
|
||||
FORM_DATA = 'multipart/form-data; charset=UTF-8',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user