250501 커밋
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
|
||||
public class DummyRequest
|
||||
{
|
||||
public required string Dummy { get; set; }
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
public class AdminSapphireChangeRequest
|
||||
{
|
||||
public string AccountId { get; set; } = string.Empty;
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
public class ApiErrorResponse
|
||||
{
|
||||
[Description("에러 추척용 id")]
|
||||
|
||||
@@ -1,17 +1,8 @@
|
||||
using System.ComponentModel;
|
||||
using ServerCommon;
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.Runtime.Serialization;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using Common;
|
||||
|
||||
using DbEntity;
|
||||
|
||||
using ServerCommon;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
[SwaggerSchema("사파이어 잔액 요청")]
|
||||
public class SapphireRequest
|
||||
{
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
using System.ComponentModel;
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
[SwaggerSchema("플래닛 인증 요청")]
|
||||
public class PlanetAuthRequest
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
|
||||
[SwaggerSchema("재화 잔액 요청")]
|
||||
public class CurrencyBalanceRequest
|
||||
{
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
namespace BrokerCore.ApiModels;
|
||||
|
||||
|
||||
using System.ComponentModel;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using DbEntity;
|
||||
|
||||
using ServerCommon;
|
||||
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerApiCore;
|
||||
|
||||
[SwaggerSchema("플래닛 아이템 교환 주문 정보")]
|
||||
public class PlanetItemExchangeOrderDto
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.ComponentModel;
|
||||
using Swashbuckle.AspNetCore.Annotations;
|
||||
|
||||
namespace BrokerCore.ApiModels;
|
||||
namespace BrokerApiCore;
|
||||
|
||||
[SwaggerSchema("유저 사파이어 잔액 요청")]
|
||||
public class UserSapphireRequest
|
||||
|
||||
Reference in New Issue
Block a user