Skip to content

Commit

Permalink
通知机器人
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Apr 18, 2024
1 parent 463a448 commit 57d8095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/zhiban.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ ${content.text}`);

return response.send(
JSON.stringify({
message: `hi @${payload.senderNick},${content.text}`,
message: `hi @${payload.senderNick || '通知机器人'},${content.text}`,
success: true,
}),
);
Expand Down

0 comments on commit 57d8095

Please sign in to comment.