points.js 190 B

1234567891011
  1. import request from '@/common/request.js'
  2. /**
  3. * 积分日志
  4. * @param {Object} data
  5. */
  6. export function pointsPaging(data) {
  7. return request.post('/api/user/points/my-paging', data);
  8. }