调用流通平台接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment