新框架PC后端代码(祈禧6月初版本)
lg
2025-11-20 b98df034707a61fd2857dbccd5a232605076ca59
WebApi/Gs.Toolbox/UtilityHelper.cs
@@ -1,8 +1,8 @@
using System.Data;
using Microsoft.AspNetCore.Http;
using System.Data;
using System.Dynamic;
using System.Security.Cryptography;
using System.Text;
using Microsoft.AspNetCore.Http;
namespace Gs.Toolbox;
@@ -149,4 +149,5 @@
        if (guid == null) return false;
        return true;
    }
}