You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
shaofing
changed the title
--data-raw 数据中存在 【\"】转义符双引号时,会丢失转义符【\】
When there is an escape character double quotation mark in the data raw data, the escape character will be lost
Feb 19, 2024
curl --location --request POST 'https://xxxx.ddddd.com/Kmtqt.TMS.WebUI/api/UDFApi/SyncETCCost' \ --header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "xxxxxxxxxxxxx", "sqlWhere": "SP_UDF1==\"kmt\"" }'
In the shell, \ is a line break, so the line break should be removed before parsing the data
reference
https://github.com/postmanlabs/curl-to-postman
The text was updated successfully, but these errors were encountered: