6.16 询价修改新的外网平台地址
This commit is contained in:
@ -4,7 +4,7 @@ import request from '@/utils/request';
|
||||
* @param params
|
||||
*/
|
||||
export async function getPage(params?: any) {
|
||||
return request(`/api/biz-service-ebtp-tender/v1/supplier_register/get_register/${params}`,{
|
||||
return request(`/api/biz-service-ebtp-tender/v1/supplier_register/get_register/${params}`, {
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
@ -13,6 +13,16 @@ export async function getPage(params?: any) {
|
||||
* 根据id查询项目信息
|
||||
* @param id
|
||||
*/
|
||||
export function getProjectById(id: any) {
|
||||
return request('/api/biz-service-ebtp-project/v1/projectRecord/' + id);
|
||||
}
|
||||
export function getProjectById(id: any) {
|
||||
return request('/api/biz-service-ebtp-project/v1/projectRecord/' + id);
|
||||
}
|
||||
/**
|
||||
* 加密后的查看报价详情跳转地址
|
||||
* @param params
|
||||
*/
|
||||
export function getOfferUrl(params: any) {
|
||||
return request('/api/biz-service-ebtp-extend/v1/singlePoint/getSsoUrlByPage', {
|
||||
method: 'GET',
|
||||
params: params,
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user