|
入参格式有问题,正确应该是(示列):
{
"params": {
"reason": "点赞奖励积分",
"biz_value": "IN201908220100131111",
"is_do_ext_point": false,
"check_customer": true,
"source_kdt_id": "53443579",
"channel_type": 0,
"user": {
"account_type": 2,
"account_id": "18513184712"
},
"points": 1000
}
}
但是是实际是
{
"reason":"测试01",
"biz_value":"000000000001",
"user":{
"account_type":2,
"account_id":"18801205117"
},
"points":1
} |
|
|
|
|
|
|