my_msg #3

Closed
Oct wants to merge 3 commits from my_msg into dev
Collaborator
No description provided.
Oct added 2 commits 2025-03-06 11:17:00 +03:00
serafim requested changes 2025-03-06 11:25:43 +03:00
@ -0,0 +11,4 @@
int my_msg(const string& msg) {
cout << msg << endl;
if (bot_token.empty() || telegram_id.empty()) {
Owner

Это условие гарантируется, ещё 0 обычно используется как признак успешного выполнения

Это условие гарантируется, ещё 0 обычно используется как признак успешного выполнения
serafim marked this conversation as resolved
my_msg.cpp Outdated
@ -0,0 +51,4 @@
if (res != CURLE_OK) return 5;
switch (http_code) {
Owner

Коментик бы со знаниямт статус кодов

Коментик бы со знаниямт статус кодов
serafim marked this conversation as resolved
my_msg.cpp Outdated
@ -0,0 +57,4 @@
case 400: return 2;
case 404: return 3;
default:
if (http_code >= 500) return 4;
Owner

Странное условие при учёте того, что в любом случае вернётся 4

Странное условие при учёте того, что в любом случае вернётся 4
serafim marked this conversation as resolved
Oct added 1 commit 2025-03-06 12:05:27 +03:00
serafim closed this pull request 2025-03-24 23:48:09 +03:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: serafim/dos#3
No description provided.