update:区域数据新增缓存

This commit is contained in:
2021-04-28 13:42:36 +08:00
parent e717e581d3
commit 90d403c9ca
6 changed files with 55 additions and 11 deletions

View File

@@ -31,5 +31,9 @@
/// 验证码缓存
/// </summary>
public const string CACHE_KEY_CODE = "vercode_";
/// <summary>
/// 区域缓存
/// </summary>
public const string CACHE_AREA_NUMBER = "areaNumber";
}
}