暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_user_billing' \
--form 'appid="10000"' \
--form 'usertoken="df856a2c2faf23f28856f60831da11635d78ee09"'
{
"code": 1,
"msg": "success",
"data": {
"list": [
{
"id": 3414,
"transaction_type": 8,
"transaction_date": "2023-06-11 17:34:22",
"transaction_amount": "+1",
"remark": "使用卡密",
"type": 0
}
],
"pagecount": 3,
"current_number": "1"
},
"timestamp": 1686479103
}