fix:/Interface/GetInterfaceById 获取接口描述,返回code
This commit is contained in:
parent
6ebb7870e6
commit
373c5aca6e
@ -19,6 +19,11 @@ public class InterfaceOutput
|
||||
///</summary>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 接口代码
|
||||
/// </summary>
|
||||
public string Code { get; set; }
|
||||
|
||||
///<summary>
|
||||
/// 请求地址
|
||||
///</summary>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user