新增方法

This commit is contained in:
不做码农
2021-12-21 17:56:54 +08:00
parent 4903bc130d
commit f2c83958b4
3 changed files with 63 additions and 7 deletions

View File

@@ -60,5 +60,15 @@ namespace ZR.Model.System
/** 校验返回结果码 */
public static string UNIQUE = "0";
public static string NOT_UNIQUE = "1";
/// <summary>
/// http请求
/// </summary>
public static string HTTP = "http://";
/// <summary>
/// https请求
/// </summary>
public static string HTTPS = "https://";
}
}