package request type AiPredictModelIndexSaveScriptPathReq struct { IndexId int `description:"指标ID"` ScriptPath string `description:"脚本的路径"` }