mirror of
https://github.com/syuilo/ai.git
synced 2024-11-24 22:01:07 +00:00
Fix bug
This commit is contained in:
parent
f44dc5923d
commit
ce7dfb4ab2
|
@ -104,7 +104,7 @@ export default class 藍 {
|
|||
}
|
||||
|
||||
public sendMessage = (userId: any, param: any) => {
|
||||
this.api('messages/create', Object.assign({
|
||||
this.api('messaging/messages/create', Object.assign({
|
||||
userId: userId,
|
||||
}, param));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue