求大佬解答
javascript吧
全部回复
仅看楼主
level 2
Failed to load resource: the server responded with a status of 500 (Internal Server Error)
38jquery-1.12.4.min.js:4 POST http://localhost:51393/Default/EditUserAsync 500 (Internal Server Error)
send @ jquery-1.12.4.min.js:4
ajax @ jquery-1.12.4.min.js:4
(anonymous) @ EditDj?ID=0:56
dispatch @ jquery-1.12.4.min.js:3
r.handle @ jquery-1.12.4.min.js:3
这个错误是咋么回事 求大佬告诉告诉
2020年10月21日 06点10分 1
level 11
500是服务器错误,你要确定你传参没问题,就检查你的接口
2020年10月21日 16点10分 2
谢谢大佬,已经弄好了我发现我少些参数了,再次感谢
2020年10月24日 10点10分
@闪电🌙归来 我刚建议你修改接口, 接口应该有容错, 而不是直接崩溃, 这种情况应该返回一个400或者一个带有错误描述的200, 但绝对不该直接崩掉
2020年10月24日 13点10分
1