Merge branch 'feat/asset_material_relations' of https://git.liantu.tech/xiaoyu/topfans into feat/laser-grating-card-optimization

This commit is contained in:
Lenticular Studio Agent 2026-06-24 00:09:30 +08:00
commit 69d08abaee
2 changed files with 3 additions and 1 deletions

View File

@ -225,3 +225,5 @@
}
}
}
/* SDK */

View File

@ -138,7 +138,7 @@ export function request(options) {
}
},
fail: (err) => {
reject(err)
reject(new Error(err.errMsg || '网络请求失败'))
}
})
})