添加jwt服务

This commit is contained in:
橙子
2021-10-14 21:21:46 +08:00
parent 9ce9d4ed98
commit c9e787858c
5 changed files with 66 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Text;
using System.Text.RegularExpressions;
namespace Yi.Framework.Common
namespace Yi.Framework.Common.Helper
{
public class RandomHelper
{