2a14b7a7 by lxs

调用流通平台接口

1 parent 57d00be9
...@@ -93,7 +93,7 @@ export const getProduct = (params) => request({ ...@@ -93,7 +93,7 @@ export const getProduct = (params) => request({
93 export const getTenantInfo = (params) => request({ 93 export const getTenantInfo = (params) => request({
94 // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`, 94 // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`,
95 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`, 95 // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
96 url: `https://daop-zcgl-test.zgsjzc.com/circulation/api/ms-data-circulation-portal-service/enterprise/detail-by-name`, 96 url: `https://zq-lt.zgsjzc.com/circulation/api/ms-data-circulation-portal-service/enterprise/detail-by-name`,
97 method: 'get', 97 method: 'get',
98 params 98 params
99 }) 99 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!