我正在发布此HTTP Req
I have defined previously --> x= 1 and y= 1234567
DELETE https://ourWeb/ABC/${x}/${Y}
它给了我这个错误
{"timestamp":1564074381606,"status":404,"error":"Not Found","message":"No message available","path":"/ABC%E2%80%8B%E2%80%8B/1/1234567"}
查看文档,HTTP Req要求1为整数,字符串中为1234567
我已经尝试了所有方法,但不确定为什么会失败,它可以迅速运行