通过配置api 接口,自动将Result 进行加密返回,同时code返回12标注 目前使用base64

This commit is contained in:
2024-07-30 15:12:11 +08:00
parent a9407c3290
commit 8b05c01e42
8 changed files with 109 additions and 30 deletions
@@ -27,7 +27,7 @@
/// <summary>
/// 返回数据
/// </summary>
T Data { get; }
T Data { get; set; }
}
//public interface IResponseOutput<T,T2> : IResponseOutput