From 2983d8e2f27adc8bad733ba999589d1c3451ee11 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Fri, 30 Dec 2022 19:05:51 +0800 Subject: [PATCH] 1 --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 91302eb5..b90597eb 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1075,6 +1075,7 @@ namespace BBWY.Server.Business throw new BusinessException($"设置完整标题出错-{(string.IsNullOrEmpty(response.ErrorMsg) ? response.ErrMsg : response.ErrorMsg)}"); } #endregion + return promotionId; } catch (Exception ex)