Commit af890d28 by Liu

fix:更新检验版本接口

parent 113f84ad
......@@ -74,7 +74,7 @@ export function fetchUploadWorkflowFile(file: File) {
* 验证 SDK 版本是否最新
*/
export function fetchValidateSdkVersion() {
return http.post('/configserver/sdk/validate', {
return http.post('/manager/sdk/v1/online', {
sdkType: 1,
})
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment