数据定价更新
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -272,7 +272,7 @@ export const getModelDemand = (params) => { | ... | @@ -272,7 +272,7 @@ export const getModelDemand = (params) => { |
| 272 | // 获取质量模型评分 | 272 | // 获取质量模型评分 |
| 273 | export const getModelScore = (params) => { | 273 | export const getModelScore = (params) => { |
| 274 | return request({ | 274 | return request({ |
| 275 | url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid`, | 275 | url: `${import.meta.env.VITE_APP_QUALITY_BASEURL}/quality-analysis-report/get-quality-score-by-dam-guid-v2`, |
| 276 | method: "get", | 276 | method: "get", |
| 277 | params, | 277 | params, |
| 278 | }); | 278 | }); | ... | ... |
-
Please register or sign in to post a comment