mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 23:56:37 +08:00
添加微信支付模块
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Yi.Framework.WeChatPay.Options
|
||||
{
|
||||
public class PayOptions
|
||||
{
|
||||
public string AppID { get; set; }
|
||||
public string MchID { get; set; }
|
||||
public string Key { get; set; }
|
||||
public string NotifyUrl { get; set; }
|
||||
|
||||
public bool IsFileConfig { get; set; } = false;
|
||||
|
||||
public string ConfigPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user