curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/trade/orderinfo/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 '{
"trade_no":"2018061021001004680073956707",
"orig_request_no":"HZ01RF001",
"out_request_no":"HZ01RF001",
"biz_type":"CREDIT_AUTH",
"order_biz_info":"{\"status\":\"COMPLETE\"}"
}'{
"trade_no":"20180610121001004680073956707",
"out_trade_no":"20180610010101001",
"buyer_user_id":"2088101117955611"
}