🍉 refactor(HttpRemote): 移除 HttpRemotes 配置中的 HttpBin项

This commit is contained in:
喵你个汪呀 2025-08-26 09:07:20 +08:00
parent f566543d90
commit 9ba1effcab
2 changed files with 0 additions and 19 deletions

View File

@ -9,20 +9,6 @@
"Account": "", "Account": "",
"Password": "" "Password": ""
}, },
"HttpBin": { // Ip
"EnabledLog": true,
"UseCookies": false,
"EnabledProxy": false,
"HttpName": "HTTP_BIN",
"BaseAddress": "http://httpbin.org/ip",
"Headers": {
"Connection": "Keep-Alive",
"Sec-Fetch-Mode": "cors",
"Sec-Fetch-Site": "same-origin",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
},
"Timeout": 5
},
"WorkWeixin": { // "WorkWeixin": { //
"EnabledLog": true, "EnabledLog": true,
"UseCookies": false, "UseCookies": false,

View File

@ -13,11 +13,6 @@ namespace Admin.NET.Application;
/// </summary> /// </summary>
public sealed class HttpRemotesOptions : IConfigurableOptions public sealed class HttpRemotesOptions : IConfigurableOptions
{ {
/// <summary>
/// 获取Ip地址接口
/// </summary>
public HttpRemoteItem HttpBin { get; set; }
/// <summary> /// <summary>
/// 企业微信接口配置 /// 企业微信接口配置
/// </summary> /// </summary>