feat: 优化ext getDriver和GetDevice策略

This commit is contained in:
余泓铮
2025-02-25 17:53:11 +08:00
parent ebdd676e61
commit 1094d1d95e
5 changed files with 15 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ func (r *Router) appInfoHandler(c *gin.Context) {
RenderErrorValidateRequest(c, err)
return
}
device, err := GetDevice(c)
device, err := r.GetDevice(c)
if err != nil {
return
}