{
"amount": 0,
"countryCode": "string",
"ifRafflePrize": true,
"opTime": "2019-08-24T14:15:22.123Z",
"opUserId": 0,
"opUserName": "string",
"transactionType": 0,
"transferAccountType": 0,
"transferPhone": "string",
"userId": 0,
"verifyCode": "string"
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/customerInfo/transfer/createTransfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"countryCode": "string",
"ifRafflePrize": true,
"opTime": "2019-08-24T14:15:22.123Z",
"opUserId": 0,
"opUserName": "string",
"transactionType": 0,
"transferAccountType": 0,
"transferPhone": "string",
"userId": 0,
"verifyCode": "string"
}'{
"code": 0,
"data": "string",
"extraData": {},
"extraData1": {},
"message": "string"
}