curl --location --request POST '/erp/sysStoreAndPrice' \
--header 'X-App-Id: Xhu2RFcz' \
--header 'X-Timestamp: 1546823354563' \
--header 'X-Sequence-No: uuid-8989842222221111322' \
--header 'X-Signature: BCEdyH0nMsyGS8yw' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"CultureName": "zh-CN",
"EntCode": "0302",
"OrgCode": "100",
"UserCode": "admin"
},
}'
{
"d": {
"__type": "ReturnYWDTOData:UFIDA.U9.Cust.NX.GetYWJSONLightSV",
"MSGCode": 1,
"Message": "请求成功",
"Reason": null,
"Result": "{\"code\":1,\"msg\":\"请求成功\",\"time\":\"1708678906\",\"data\":{\"success_count\":100,\"fail_count\":0,\"fail_rows\":[]}}"
}
}