Open shaofing opened 1 year ago
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
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