{
"user_name": "zlf",
"product_id": "1",
"dest_user": [
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
}
],
"access_token": "6w0OOvFD2n0IiAJUXA8bh2540f0W9KAZ"
}curl --location --request POST '/api/hit/product/transfer' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_name": "zlf",
"product_id": "1",
"dest_user": [
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
},
{
"user_name": "srun",
"product_id": "1",
"balance": "1"
}
],
"access_token": "6w0OOvFD2n0IiAJUXA8bh2540f0W9KAZ"
}'{"code":0,"message":"ok","version":"v1.5.7"}