feat : start login after start program, add appsetings
This commit is contained in:
9
Models/FubonSettings.cs
Normal file
9
Models/FubonSettings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace fubon_api.Models;
|
||||
|
||||
public class FubonSettings
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string Password { get; set; }
|
||||
public string CertPath { get; set; }
|
||||
public string CertPassword{ get; set; }
|
||||
}
|
Reference in New Issue
Block a user