mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-22 17:58:34 +08:00
7 lines
216 B
C#
7 lines
216 B
C#
|
|
namespace Yi.Framework.AiHub.Domain.Shared.Consts;
|
|||
|
|
|
|||
|
|
public class FuwuhaoConst
|
|||
|
|
{
|
|||
|
|
public const string SceneCacheKey = "fuwuhao:scene:";
|
|||
|
|
public const string OpenIdToSceneCacheKey = "fuwuhao:OpenIdToScene:";
|
|||
|
|
}
|