錢包餘額

基礎信息

接口狀態:已完成

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

請求方式:POST

內容類型:multipart/form-data

認證方式:無需認證

請求參數

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

neek

1792274

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

String

響應示例

成功(200)

{
    "ret":0,
    "code":1,
    "msg":"success",
    "ret_data":{
        "wallet_balance": 0,
        "wallet_recharge": 0
    },
    "timestamp":1728526969
}
參數名
參數值
是否必填
參數類型
描述說明

ret

0

Integer

code

1

Integer

msg

success

String

ret_data

Object

ret_data.wallet_balance

1

Integer

錢包餘額

ret_data.wallet_recharge

Integer

錢包縂充值

Last updated

Was this helpful?