接口【完善】完善接口端商家转账回调通知。

This commit is contained in:
jianweie code
2025-08-02 00:52:22 +08:00
parent 820d1a85cb
commit 8656d4ca36
9 changed files with 356 additions and 59 deletions

View File

@@ -26,6 +26,13 @@ namespace CoreCms.Net.IServices
{
#region ===========================================================
/// <summary>
/// 重写异步插入方法(返回序列)
/// </summary>
/// <param name="entity">实体数据</param>
/// <returns></returns>
Task<int> ExecuteReturnIdentityAsync(CoreCmsUserTocashWeChatNotify entity);
/// <summary>
/// 重写异步插入方法
/// </summary>