ci 币记录
开发中
GET
https://api.chasing.comci/ci_log
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comci/ci_log'
返回响应
🟢200成功
application/json
Body
code
integer
必需
mes
string
必需
data
array [object {10}]
必需
id
integer
必需
order_id
integer
必需
type
integer
必需
behavior
integer
必需
1.
2.订单已取消,退还已扣除的积分
3.订单已取消,1%的奖励被取消。
4.订单中被占用/使用
5.退还占用的积分
amount
integer
ci币数量
country_id
integer
必需
unit
string
货币符号
create_time
string
必需
update_time
string
必需
uid
integer
必需
示例
{
"code": 200,
"mes": "success",
"data": [
{
"id": 534,
"order_id": 3966,
"type": 1,
"behavior": 4,
"amount": 5,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:06",
"update_time": "2023-01-13 17:27:06",
"uid": 14526
},
{
"id": 535,
"order_id": 3966,
"type": 2,
"behavior": 1,
"amount": 11,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:07",
"update_time": "2023-01-13 17:27:07",
"uid": 14526
},
{
"id": 536,
"order_id": 3968,
"type": 1,
"behavior": 4,
"amount": 11,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:07",
"update_time": "2023-01-13 17:27:07",
"uid": 14526
},
{
"id": 537,
"order_id": 3968,
"type": 2,
"behavior": 1,
"amount": 16,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:07",
"update_time": "2023-01-13 17:27:07",
"uid": 14526
},
{
"id": 538,
"order_id": 3969,
"type": 1,
"behavior": 4,
"amount": 16,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:07",
"update_time": "2023-01-13 17:27:07",
"uid": 14526
},
{
"id": 706,
"order_id": 4321,
"type": 2,
"behavior": 1,
"amount": 0,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:32",
"update_time": "2023-01-13 17:27:32",
"uid": 14526
},
{
"id": 748,
"order_id": 4414,
"type": 2,
"behavior": 1,
"amount": 0,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:38",
"update_time": "2023-01-13 17:27:38",
"uid": 14526
},
{
"id": 749,
"order_id": 4415,
"type": 2,
"behavior": 1,
"amount": 0,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:38",
"update_time": "2023-01-13 17:27:38",
"uid": 14526
},
{
"id": 751,
"order_id": 4418,
"type": 2,
"behavior": 1,
"amount": 0,
"country_id": 2,
"unit": "US $",
"create_time": "2023-01-13 17:27:39",
"update_time": "2023-01-13 17:27:39",
"uid": 14526
}
]
}
修改于 2024-11-18 07:51:28