fix:/Interface/GetInterfaceById 获取接口描述,返回code

This commit is contained in:
xiaolipro 2025-11-03 17:05:36 +08:00
parent 6ebb7870e6
commit 373c5aca6e

View File

@ -19,6 +19,11 @@ public class InterfaceOutput
///</summary> ///</summary>
public string Name { get; set; } public string Name { get; set; }
/// <summary>
/// 接口代码
/// </summary>
public string Code { get; set; }
///<summary> ///<summary>
/// 请求地址 /// 请求地址
///</summary> ///</summary>