This commit is contained in:
张良(004796)
2024-03-15 17:32:25 +08:00
parent 224f17d404
commit a09806bbc4
3 changed files with 5 additions and 4 deletions

View File

@@ -478,7 +478,7 @@ public class YunxinHttpService {
data.setTime(System.currentTimeMillis());
YxDataR<YxCommonR> r = yunxin.sendBatchAttachMsgNotice(toUid, notice);
if(r == null || !r.isSuccess()){
log.error("云信发送失败【sendCallAsync】r={}", JSON.toJSONString(r));
log.error("云信发送失败-发送礼物飘窗提醒-【sendGiftWindowsAmount】r={}", JSON.toJSONString(r));
}
}