shanji 2 years ago
parent
commit
2983d8e2f2
  1. 1
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs

1
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)}"); throw new BusinessException($"设置完整标题出错-{(string.IsNullOrEmpty(response.ErrorMsg) ? response.ErrMsg : response.ErrorMsg)}");
} }
#endregion #endregion
return promotionId; return promotionId;
} }
catch (Exception ex) catch (Exception ex)

Loading…
Cancel
Save