mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
新增【后台】微信支付商家转账增加场景选择。
This commit is contained in:
@@ -160,6 +160,12 @@ namespace CoreCms.Net.Model.FromBody
|
||||
/// </summary>
|
||||
public int type { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 转账场景(只有微信支付商家转账时使用)
|
||||
/// </summary>
|
||||
public int sceneId { get; set; } = 1000;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user