表情处理

This commit is contained in:
2025-12-05 16:48:54 +08:00
parent bdd6cdcb9a
commit 3d43744368

View File

@@ -67,7 +67,7 @@ class ChatGroup extends BaseModel
Db::commit();
}catch (\Throwable $exception) {
Db::rollback();
Log::info('创建店铺错误 ' . $exception->getMessage());
Log::info('创建店铺错误 ' . $exception->getMessage() . '---' . $exception->getFile() . '-----' . $exception->getLine());
}
}