POST
/
api
/
user
/
getUserDailyStatistics
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/user/getUserDailyStatistics \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data 'data=QqXI+lzQny4+QfWD+JAFcl1aq65Nj1kbfbQXmtjRO...'
{
"code": 0,
"message": "",
"data": "crstZOC2AC3L/WViSSe8MJNEdwt9DiL1iq2nZX3My7XzfAWaOZhFf0Uy1e3tMkhWnNxOUgItczCOQwo2UTJ...."
}

接口描述

提供商户及日期的业务日报统计数据,包含充值、提现、钱包余额等关键指标。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.

POST
/
api
/
user
/
getUserDailyStatistics
curl --request POST \
  --url https://waas2-out-api.powersafe-rel.cc/api/v1/api/user/getUserDailyStatistics \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data 'data=QqXI+lzQny4+QfWD+JAFcl1aq65Nj1kbfbQXmtjRO...'
{
"code": 0,
"message": "",
"data": "crstZOC2AC3L/WViSSe8MJNEdwt9DiL1iq2nZX3My7XzfAWaOZhFf0Uy1e3tMkhWnNxOUgItczCOQwo2UTJ...."
}

接口描述

提供商户及日期的业务日报统计数据,包含充值、提现、钱包余额等关键指标。

Headers

Content-Type
string
required

必须设置为 application/x-www-form-urlencoded

X-API-KEY
string
required

平台分配的商户身份凭证

Example:

"53af2797-3eca-4412-b0cc-15273afe2d3e"

Body

application/x-www-form-urlencoded

Response

200
application/json

成功响应

The response is of type object.