电话
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_......
适用于在会员模板页面根据用户名显示头像。参数说明:user_name: 用户名,string类型get_user_avatar(user_name)<!--示例:显示用户名为test的头像--><imgsrc="<%=get_user_avatar("test")%......
适用于在会员登录模板页面列出所有的第三方登录方式应用列表供用户选择参数说明:top: 显示条数,0为显示所有,int类型strwhere: SQL查询语句get_oauth_app_list(top, strwhere)<!--示例:显示所有可用的第三方登录按钮--><%set DataTable o......