删除了CoceSDk,Simapihttpclient 添加到配置中,标准调用

This commit is contained in:
2026-05-10 20:24:08 +08:00
parent 140e039d27
commit ec3004518f
9 changed files with 39 additions and 419 deletions
@@ -0,0 +1,8 @@
namespace SimApi.Configurations;
public class SimApiHttpClientOptions
{
public string Server { get; set; } = string.Empty;
public string AppId { get; set; } = string.Empty;
public string AppKey { get; set; } = string.Empty;
}