电话
13363039260
根据SQL查询条件返回对应的充值记录分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_recharge_list(page_size, pa......
根据SQL查询条件返回对应的余额明细分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_amount_list(page_size, page......
根据SQL查询条件返回对应的积分明细分页列表,用循环输出。参数说明:page_size: 每页显示条数,int类型page_index: 当前页码,int类型strwhere: SQL查询语句totalcount: 记录总数,out参数,int类型get_user_point_list(page_size, page_......