Search all recharge records

Created by Weebo Support, Modified on Thu, 16 Jun 2022 at 11:40 PM by Weebo Support

Search all recharge records

interface address

hostname/openapi/v1/customerOpenApi/queryAllRechargeLogs

Request header

User-Agent: openApi

Content-Type: application/json; charset=utf-8

Accept-encoding: gzip,deflate

Time-stamp: 1437528688233

Data-signature: BF706E6AC693BA3B1BABD32E6713431D

Request method

POST

Request body

{

"stateDate": "2017-05-01 00:00:00", //Start time (end time (not included))

"endDate": "2017-05-05 23:59:59", //End time (inclusive)

"postBackParameter": {

"parameterType": "abcdef", //Remove directly from the result

"parameterValue": "abcdef", //Remove directly from the result

},

"appId": "abcdefghijklmn"

}

parameter name

Is it necessary

Types of

Instructions

stateDate

Yes

String

Start time, format is yyyy-MM-dd hh:mm:ss, does not include the start time

endDate

Yes

String

End time, format is yyyy-MM-dd hh:mm:ss, including the end time endDate – startDate <= 31 days

appId

Yes

String

KYBIO configured access credentials, any store's AppId can detect all used verification code

postBackParameter

no

Json

KYBIO cannot be transmitted when querying the home page, and the result is obtained from the returned result

parameterType

Yes

String

obtained from the returned result

parameterValue

Yes

String

obtained from the returned result

Return result

{

"status": "success",

"data": {

"postBackParameter":{

"parameterType":"abcdefghijk",

"parameterValue":"abcdefghijk",

},

"result":[

{

"rechargeStoreAccount":"mylind1"

"customerUid":363700050656122383

"rechargeMoney": 200

"giftMoney": 20

"datetime":"2016-10-31 11:40:15"

"uid": "1477885215213525326"

"payMethod": "UnionPay Card"

"customerMoneyAfterRecharge": 400

}

],

"pageSize":100

}

}

Field name

Types of

Instructions

Status

String

Whether the request is processed correctly, return success or error, case-insensitive

Messages

String[]

Processing result message

errorCode

Int

Business process error code, see error code table

pageSize

Int

This query is expected to take the number of records from the inventory. If the length of the result set is less than pageSize, no result is required on the next page.

 

postBackParameter

Json

KYBIO cannot be transmitted when querying the home page, and the result is obtained from the returned result

 

parameterType

String

obtained from the returned result

 

parameterValue

String

obtained from the returned result

 

Result

List

Document entity information, field information will refer to member's general recharge log check

 

Was this article helpful?
 
Yes No

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article