购买api
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Hncore.Pass.Vpn.Request.Product
|
||||
{
|
||||
public class CreateOrderRequest
|
||||
{
|
||||
public string apikey { get; set; }
|
||||
public OrderType OrderType { get; set; }
|
||||
|
||||
public int PackageId { get; set; }
|
||||
|
||||
@@ -5,6 +5,7 @@ namespace Hncore.Pass.Vpn.Request.Product
|
||||
{
|
||||
public class CreateTestAccountRequest
|
||||
{
|
||||
public string apikey { get; set; }
|
||||
public int ProductId { get; set; }
|
||||
|
||||
public int PackageId { get; set; }
|
||||
|
||||
@@ -2,7 +2,10 @@
|
||||
{
|
||||
public class UpdateAccountPwdRequest
|
||||
{
|
||||
public string apikey { get; set; }
|
||||
public int Id { get; set; }
|
||||
public string Account { get; set; }
|
||||
public string Pwd { get; set; }
|
||||
public string RePwd { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user