{
"orderNo": "string"
}curl --location '/admin-api/v1/admin/pay/orders/sync' \
--header 'Authorization: Bearer jl-test-token-user-43' \
--header 'Content-Type: application/json' \
--data '{
"orderNo": "string"
}'{
"code": 0,
"message": "string",
"data": {
"id": 0,
"orderNo": "string",
"merchantId": 0,
"buyerAccountId": 0,
"productName": "string",
"productTypeName": "string",
"amount": 0,
"discountAmount": 0,
"payableAmount": 0,
"status": "string",
"statusText": "string",
"payChannel": "string",
"prepayId": "string",
"transactionId": "string",
"paidAt": "string",
"createdAt": "string"
}
}