Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"score": 0,
"integralType": "string",
"remark": "string",
"isDelete": "string"
}
curl --location --request POST '/goods/userIntegralRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"score": 0,
"integralType": "string",
"remark": "string",
"isDelete": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}