<fix>bug修改

This commit is contained in:
Rzy 2024-08-08 09:49:27 +08:00
parent 7ed1ca131b
commit 40dfffe31a
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ func CheckApp(appCheckIn *AppCheck) {
appCheckIn.App, errCode = AppFindOne(entities.IdRequest{Id: appCheckIn.AppId})
if errCode != errorcode.Success {
appCheckIn.Code = errCode
return
}
//检查app可用性
appCheckIn.Check()