index.js 286 B

123456789101112131415
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** *
  3. * 我的代理资产 b
  4. */
  5. export const assetDet = data => {
  6. return https.get('/agent-asset/detail', data)
  7. }
  8. /** *
  9. * 我的代理列表 b
  10. */
  11. export const applyList = data => {
  12. return https.get('/apply/list', data)
  13. }