This commit is contained in:
@@ -324,9 +324,11 @@ export interface AssetWalletTransactionItem {
|
||||
* 对应接口:GET /api/admin/assets/:asset_type/:id/wallet/transactions
|
||||
*/
|
||||
export interface AssetWalletTransactionListResponse {
|
||||
list?: AssetWalletTransactionItem[] | null // 流水列表
|
||||
items?: AssetWalletTransactionItem[] | null // 流水列表(当前接口结构)
|
||||
list?: AssetWalletTransactionItem[] | null // 流水列表(兼容旧结构)
|
||||
page?: number // 当前页码
|
||||
page_size?: number // 每页数量
|
||||
size?: number // 每页数量(当前接口结构)
|
||||
page_size?: number // 每页数量(兼容旧结构)
|
||||
total?: number // 总记录数
|
||||
total_pages?: number // 总页数
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user