ext.js 236 B

123456789
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. export const getGhsXj = data => {
  3. return https.get('/shop-ext/get-ghs-xj', data)
  4. }
  5. export const updateMtAlone = data => {
  6. return https.get('/shop-ext/update-mt-alone', data)
  7. }