siteserver/cms

使用新增内容API添加内容时,远程服务器返回错误: (500) 内部服务器错误

pyjchu opened this issue · 8 comments

使用了ueditor插件,内容中含有图片会报此错误 @starlying

能把提交的post内容发出来吗,我们测试一下

{"title": "12333","content": "

22222

","author": "zcuser","WritingUserName": "zcuser","SourceId": "37","ImageUrl": "@/upload/images/2018/9/38a263ff1f33e8e0.png"}

image
请求的body内容 @starlying

还有能帮忙再看一下这个问题是怎么回事吗 @starlying
image

image
【{"title": "测试标题","content": "

测试内容

","author": "zcuser","WritingUserName": "zcuser","SourceId": "37"}】
现在使用了wangEditor3插件,上传图片,图片已经保存到对应的路径,但是保存内容时报500错误

image


单独的文字信息保存时,没有问题

希望可以尽快帮忙找到原因,谢谢 @starlying

多半是图片那个双引号搞的。

嗯,我们测试一下