feat : catering

This commit is contained in:
2025-03-12 17:26:11 +08:00
parent 3858bc4a5d
commit 467f44f847
12 changed files with 1114 additions and 54 deletions

View File

@@ -111,4 +111,12 @@ class CommonRedisKey
{
return '__system:site:lngLat:list';
}
/**
* @return string
*/
public static function yiLianYunSelfAppAccreditKey(): string
{
return '__system:yiLianYun:self:app:token';
}
}