const http = uni.$u.http // post请求,获取积分列表信息 export const getIntegralRecordList = (params, config = {}) => http.post('/member/wechat/getIntegralRecordVo', params, config)