integral.js 197 B

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