新增【后台】微信支付商家转账增加场景选择。

This commit is contained in:
jianweie code
2025-08-04 16:52:24 +08:00
parent 8b6029320e
commit fd37f1daa7
8 changed files with 235 additions and 30 deletions

View File

@@ -160,6 +160,12 @@ namespace CoreCms.Net.Model.FromBody
/// </summary>
public int type { get; set; }
/// <summary>
/// 转账场景(只有微信支付商家转账时使用)
/// </summary>
public int sceneId { get; set; } = 1000;
}
}