当前位置:网站首页>Required String parameter ‘XXX‘ is not present
Required String parameter ‘XXX‘ is not present
2022-07-07 05:47:00 【白小码】
这个包报错的呢,是说你传给后端的东西不存在,别人发的博客原因有好多,但是解决不了
我是因为 后端接受不规范 是一个post请求 他用了parms传参方式去接受
所以我就
export const getXXX = (data) => {
return request({
url: `/api/XXX/XXX`,
method: 'post',
params:data
})
}
然后问题就解决了
边栏推荐
- GFS分布式文件系统
- What is the method of manual wiring in PCB design in 22protel DXP_ Chengdu electromechanical Development Undertaking
- Learn how to compile basic components of rainbow from the source code
- [go ~ 0 to 1] obtain timestamp, time comparison, time format conversion, sleep and timer on the seventh day
- Opencv learning note 3 - image smoothing / denoising
- [Yu Yue education] basic reference materials of electrical and electronic technology of Nanjing Institute of information technology
- Automatic upgrading of database structure in rainbow
- Go语言中,函数是一种类型
- Opencv learning notes 1 -- several methods of reading images
- AVL平衡二叉搜索树
猜你喜欢

Fluentd is easy to use. Combined with the rainbow plug-in market, log collection is faster

Data type - integer (C language)

Analyzing the influence of robot science and technology development concept on Social Research

21 general principles of wiring in circuit board design_ Provided by Chengdu circuit board design

The truth of robot education in hands-on practice

How to realize the high temperature alarm of the machine room in the moving ring monitoring system

调用华为游戏多媒体服务的创建引擎接口返回错误码1002,错误信息:the params is error

Learn how to compile basic components of rainbow from the source code

Analysis of maker education in innovative education system
![[Yu Yue education] basic reference materials of electrical and electronic technology of Nanjing Institute of information technology](/img/2a/01db1b84c26502c851786aaca56abe.jpg)
[Yu Yue education] basic reference materials of electrical and electronic technology of Nanjing Institute of information technology
随机推荐
Learn how to compile basic components of rainbow from the source code
[hard core science popularization] working principle of dynamic loop monitoring system
redis故障处理 “Can‘t save in background: fork: Cannot allocate memory“
Installation and configuration of PLSQL
详解华为应用市场2022年逐步减少32位包体上架应用和策略
Function extension, attribute extension and non empty type extension in kotlin
opencv学习笔记一——读取图像的几种方法
Data type - floating point (C language)
Transformation function map and flatmap in kotlin
The field value in Splunk subquery fuzzy matching CSV is*
Golang 编译约束/条件编译 ( // +build <tags> )
Splunk子查询模糊匹配csv中字段值为*
National SMS center number inquiry
iptables 之 state模块(ftp服务练习)
归并排序和非比较排序
Golang compilation constraint / conditional compilation (/ / +build < tags>)
登山小分队(dfs)
Input and output of floating point data (C language)
go写一个在一定时间内运行的程序
Opencv learning note 4 - expansion / corrosion / open operation / close operation