curl --location --request PUT 'https://test.pro.wuht.net/adminapi/marketing/integral/order/delivery/1' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ' \
--form 'delivery_code="suning"' \
--form 'delivery_id="123"' \
--form 'delivery_name="苏宁物流"' \
--form 'export_open="true"' \
--form 'express_record_type="1"' \
--form 'express_temp_id="42bd223a11194ad3b9be6462f075299a"' \
--form 'fictitious_content=""' \
--form 'sh_delivery=""' \
--form 'to_add="陕西省西安市未央区启航时代广场A座"' \
--form 'to_addr="陕西省西安市未央区启航时代广场A座"' \
--form 'to_name="张三"' \
--form 'to_tel="13700000000"' \
--form 'type="1"'
{}