使用記錄

基礎信息

接口狀態:已完成

請求地址:https://gapi.lunaproxy.com/open/get_wallet_use

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

參數名
參數值
是否必填
參數類型
描述說明

start_time

2023-08-01 11:52:37

String

時間範圍

end_time

2023-08-30 11:52:37

String

時間範圍

page

1

String

分頁

size

10

String

每頁條數

order_id

String

不為空,則指定訂單信息

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

響應示例

成功(200)

{
    "ret": 0,
    "code": 1,
    "msg": "success",
    -"ret_data": {
    -"list": [
            -{
                "id": 528,
                "uid": 1120504,
                "order_type": 2,
                "order_id": "lus-2410101004567416",
                "create_time": 1728525896,
                "amount": 5,
                "opt": 2,
                "new_balance": 688.39,
                "old_balance": 693.39,
                "account": 0,
                "pay_plat": 101,
                "pay_way": "Wallet",
                "status": 1,
                "is_renew": 0,
                "event": 0
             },
            -{
                "id": 527,
                "uid": 1120504,
                "order_type": 6,
                "order_id": "ludc-2410101004121866",
                "create_time": 1728525852,
                "amount": 2.5,
                "opt": 2,
                "new_balance": 693.39,
                "old_balance": 695.89,
                "account": 0,
                "pay_plat": 101,
                "pay_way": "Wallet",
                "status": 1,
                "is_renew": 0,
                "event": 0
             }
        ],
        "total": 26
    },
    "timestamp": 1728527007
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.count

1

Integer

ret_data.list

Array

ret_data.list.id

527

Integer

ret_data.list.uid

1120504

String

ret_data.list.order_type

6

Integer

ret_data.list.order_id

ludc-2410101004121866

String

訂單號

ret_data.list.create_time

1728525852

Integer

ret_data.list.amount

2.5

Integer

訂單金額

ret_data.list.opt

2

Integer

使用後餘額使用前餘額

ret_data.list.new_balance

2

Integer

ret_data.list.old_balance

2

Integer

ret_data.list.account

2

Integer

ret_data.list.pay_plat

101

Integer

ret_data.list.pay_way

Wallet

String

支付方式

ret_data.list.status

1

Integer

ret_data.list.is_renew

1

Integer

ret_data.list.event

0

Integer

Last updated

Was this helpful?