盲盒转盘优化-调试-加日志监控
This commit is contained in:
@@ -561,7 +561,7 @@ class BlindBoxTurntableGiftDrawWorld extends Model
|
||||
];
|
||||
} catch (\Exception $e) {
|
||||
db::rollback();
|
||||
return ['code' => 0, 'msg' => $e->getMessage(), 'data' => null];
|
||||
throw new \Exception($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user