fix receiver uid
This commit is contained in:
parent
f372af3cc3
commit
d482e0647f
3 changed files with 4 additions and 4 deletions
|
|
@ -113,7 +113,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
int receiverUidInt = atoi("1003");
|
||||
int receiverUidInt = atoi(receiverUid);
|
||||
|
||||
send_message(receiverUidInt,groupFlag);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue