新增get转发接口

新增Laitool 设置中的绘图设置
This commit is contained in:
2025-02-22 15:00:25 +08:00
parent 01055762ca
commit 76b57c5717
7 changed files with 118 additions and 20 deletions
@@ -17,3 +17,16 @@ public class SimpleTransferModel
/// </summary>
public string dataString { get; set; }
}
public class GetTransferModel
{
/// <summary>
/// GPT的完整地址
/// </summary>
public string url { get; set; }
/// <summary>
/// 对应的API站的使用的APIkey
/// </summary>
public string? APIKey { get; set; }
}