Skip to content

Commit

Permalink
fix: news notify link and pic error.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamLi1314 committed Aug 16, 2023
1 parent 5676ae6 commit 60bae91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public String alertNews(@RequestBody String body) {
title, content, picUrl, link);

final QyWechatNewsNotifyRequest request = QyWechatNewsNotifyRequest.of(
title, content, picUrl, link);
title, content, link, picUrl);

final String token = jsonObject.getString(AlertConstant.TOKEN_KEY);

Expand Down

0 comments on commit 60bae91

Please sign in to comment.