curl --location --request POST 'https://api.yonyouup.com/api/points/change?from_account&to_account&app_key&token' \
--header 'Content-Type: application/json' \
--data-raw '{
"mid":34,
"action_type":5,
"time":"2015-12-12 00:00:00",
"ori_money":100,
"calc_money":100,
"calc_ points":-200,
"ori_points":100,
"multiple":2,
"extra_points":20,
"extra_memo ":"满500元额外赠送2000积分",
"source_code":"201512120000001",
"source1":"201512120000001",
"source2":"201512120000001"
}
]'{
"errcode": "string",
"errmsg": "string",
"id": "string",
"mid": "string",
"action_type": "string",
"ori_money": "string",
"calc_money": "string",
"ori_points": "string",
"cur_points": "string",
"multiple": "string",
"extra_points": "string",
"extra_memo": "string",
"source_code": "string",
"source1": "string",
"source2": "string"
}