index.js 390 B

123456789101112131415
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. export const applyList = data => {
  3. return https.get('/apply/list', data)
  4. }
  5. export const withdrawCashList = data => {
  6. return https.get('/cash/list', data)
  7. }
  8. export const capitaList = data => {
  9. return https.get('/shop-capital/list', data)
  10. }
  11. // export const mainMy = async (data) => {
  12. // return https.get("/main/my", data);
  13. // };