| 1234567891011121314151617181920212223242526272829303132 |
- import {
- myRequest
- } from './request.js'
- const pre = ""
- const apiType = "php"
- /**
- * 获取供应链tab
- */
- export function getSupplyChainTab(data) {
- return myRequest({
- url: `${pre}mer/store/product/gong_lst_filter`,
- method: 'GET',
- data,
- apiType
- })
-
- }
- /**
- * 获取供应链tab
- */
- export function getSupplyChainTab(data) {
- return myRequest({
- url: `${pre}mer/store/product/gong_lst_filter`,
- method: 'GET',
- data,
- apiType
- })
- }
|