{
"mch_id": "string",
"user_id": "string",
"user_type": "INNERMERCHANT",
"acct_type": "USEROWN_PSETTLE",
"date_start": "string",
"date_end": "string",
"flag_dc": "DEBIT",
"page_no": "string",
"page_size": "string",
"sort_type": "string"
}curl --location 'https://openapi.lianlianpay.com/mch/v2/accp/acctmgr/query-acctserial' \
--header 'Signature-Type: RSA' \
--header 'Signature-Type: RSA' \
--header 'Signature-Data;' \
--header 'Signature-Data;' \
--header 'mch_id;' \
--header 'mch_id: 2020042200284052' \
--header 'sp_no;' \
--header 'sp_no;' \
--header 'timestamp;' \
--header 'timestamp: 20221109111509' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"mch_id": "string",
"user_id": "string",
"user_type": "INNERMERCHANT",
"acct_type": "USEROWN_PSETTLE",
"date_start": "string",
"date_end": "string",
"flag_dc": "DEBIT",
"page_no": "string",
"page_size": "string",
"sort_type": "string"
}'{
"mch_id": "string",
"ret_code": "stri",
"ret_msg": "string",
"user_id": "string",
"page_no": "string",
"total_out_amt": "string",
"total_in_amt": "string",
"total_num": "string",
"total_page": "string",
"acctbal_list": [
{
"date_acct": "string",
"oid_acctno": "string",
"jno_acct": "string",
"accp_txnno": "string",
"txn_type": "USER_TOPUP",
"product_code": "CONSUMPTION_API",
"txn_time": "string",
"flag_dc": "DEBIT",
"amt": "string",
"amt_bal": "string",
"memo": "string",
"jno_cli": "string"
}
]
}