mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:33:27 +08:00
前端【新增】完善用户提现前端领取金额的处理。
This commit is contained in:
@@ -181,6 +181,14 @@ namespace CoreCms.Net.Web.WebApi.Controllers.PayNotify
|
||||
|
||||
await _userTocashWeChatNotifyServices.InsertAsync(log);
|
||||
|
||||
|
||||
if (entity.event_type== "MCHTRANSFER.BILL.FINISHED")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
return NoContent();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user