index.js 171 B

1234567
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** *
  3. * 商家信息
  4. */
  5. export const getMerchantDetail = data => {
  6. return https.get('/merchant/detail', data)
  7. }