|
入参有问题
您的入参:
\"is_no_express\":1,\"oids\":\"OrdersItemYouzan(oid=3026414472146190587, tid=E20240819141059010800089, picPath=https://img01.yzcdn.cn/upload_files/2024/03/14/Fva1Dq91Pm3I0Fd2p3gKQ7gi6baA.png, price=0.01, taxTotal=null, itemBarcode=P240314090841506_1, skuId=14758541933, alias=2fzig1atke1jpvu, rootSkuId=null, subOrderNo=, freight=null, fenxiaoTaxTotal=null, outerSkuId=P240819707491734, customsCode=, preSaleType=, itemType=0, num=1, fenxiaoDiscountPrice=null, goodsUrl=https://h5.youzan.com/v2/showcase/...
接口报:For input string: \"OrdersItemYouzan(oid=3026414472146190587\""
oids后面是字符串,没有双引号,并且oid是3026414472146190587,不是 OrdersItemYouzan(oid=3026414472146190587OrdersItemYouzan(oid=3026414472146190587
正确格式:
{
"outer_sender": {
"sender_mobile": "187****1234"
},
"out_stype": "7",
"out_sid": "SF1380****73212",
"admin_id": 1,
"is_no_express": 0,
"source": "WECHAT_MINI_SHOP_DATA_SYNC",
"oids": "30*****8322",
"tid": "E202406*****502000",
}
|
|
|
|
|
|
|