curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/app/delivery/info/sync' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"delivery_id":"20230530021000800000001",
"delivery_type":"EXPRESS",
"delivery_name":"同城配送满30元起送",
"attrs":[
{
"attr_key":"key1",
"attr_value":"value1"
}
]
}'{
"delivery_id":"20230530021000800000001"
}