From 8cc3bff6979c8e3d66e9d4caa91398c3f0e58f0a Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期五, 12 九月 2025 15:09:43 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/ApiFlexJob --- FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs b/FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs index 7a2b393..542731f 100644 --- a/FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs +++ b/FlexJobApi.Core/Jobs/RefreshEnterpriseWalletStatusJob.cs @@ -104,6 +104,10 @@ AccountBookId = entity.AccountBookId, SceneCode = "SATF_FUND_BOOK", MerchantUserId = entity.Code, + ExtInfo = new + { + agreement_no = entity.AgreementNo + }.ToJson() }); if (response.IsError) throw Oops.Oh(EnumErrorCodeType.s510, response.SubMsg ?? response.Msg); entity.Balance = response.AvailableAmount.ToDecimal() ?? 0; -- Gitblit v1.9.1