接口文件
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Hncore.Payment.Enum;
|
||||
|
||||
namespace Hncore.Payment.Response
|
||||
{
|
||||
public class QueryOrderResponse
|
||||
{
|
||||
public PaymentStatus PaymentStatus { get; set; }
|
||||
public PaymentType PayType { get; set; }
|
||||
public string PaymentMessage { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user