Peter Parke
Peter Parke
I use postman to generate curl command, which contains "--location"  `curl --location --request POST 'http://localhost:5001/api/SCMBaseService/GetUdfButtons' \ --header 'Content-Type: application/json' \ --data-raw '{ "v": { "SysId": "OMS", "ModelName": "Purchase" },...
` 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...
 postbody use `--data-raw` , `content-type: application/x-www-form-urlencoded` curl 'https://testxa.360scm.com/SCM.TMS7.WebUI/OrderInfo/GetOrderInfos?defsort=CREATED_DATE%20DESC' \\ -H 'accept: application/json, text/javascript, */*; q=0.01' \\ -H 'content-type: application/x-www-form-urlencoded; charset=UTF-8' \\ -H 'cookie: SECKEY_ABVK=vXcLME3J4gfCQm3L15OdxVwb1NzZrp1tsMJWWK52Da0%3D; BMAP_SECKEY=CIWetft4QxLL6PmWGbf_-xHtcGx5JWfpGBEkgklHTJAKLixUJ2HdBHf05lmI2Nzgf9Oi9aBi-gafX5J3x9tkZQTsXhmr7o9HVkKGn3DPXWhh54x4P6yyDoIlaE-mobk8FbwevtXYN74xiY1ur_E0QJrC-V2UTlFSYlyKYGk1G9BwKgWZBw_vN1E6CLUOODjX; PowerTmsVersionCookie=Version%3D%2C; QuantumMap=Baidu; Lang=zh-cn; AttachmentWidgetLayout=list;...
When using --data raw and -H 'content-type: application/x-www-form-urlencoded; charset=UTF-8' ,ERROR
### Is there an existing issue for this? - [ ] I have searched the tracker for existing similar issues and I know that duplicates will be closed ### Describe...
https://github.com/mini-software/MiniExcel/blob/f6992131ec09207e186345b3bced7e48f8e98407/src/MiniExcel/Utils/DateTimeHelper.cs#L63 C# 有现成的System.DateTime.FromOADate方法问什么不用,自己实现的是有什么特殊处理吗?