mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 16:03:25 +08:00
新增【后台】微信支付商家转账增加场景选择。
This commit is contained in:
@@ -10665,6 +10665,11 @@
|
||||
提现方式
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:CoreCms.Net.Model.FromBody.FMUserTocash.sceneId">
|
||||
<summary>
|
||||
转账场景(只有微信支付商家转账时使用)
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:CoreCms.Net.Model.FromBody.FMGetWeChatConfig">
|
||||
<summary>
|
||||
|
||||
|
||||
@@ -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