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

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

@@ -40,6 +40,16 @@ namespace CoreCms.Net.Services
#region ==========================================================
/// <summary>
/// 重写异步插入方法(返回序列)
/// </summary>
/// <param name="entity">实体数据</param>
/// <returns></returns>
public async Task<int> ExecuteReturnIdentityAsync(CoreCmsUserTocashWeChatNotify entity)
{
return await _dal.ExecuteReturnIdentityAsync(entity);
}
/// <summary>
/// 重写异步插入方法
/// </summary>