mirror of
https://github.com/syuilo/ai.git
synced 2024-11-12 17:08:00 +00:00
Fix bug
This commit is contained in:
parent
ce7dfb4ab2
commit
d5120ca0b0
|
@ -100,7 +100,7 @@ export default class 藍 {
|
||||||
}
|
}
|
||||||
|
|
||||||
public post = (param: any) => {
|
public post = (param: any) => {
|
||||||
request.post('notes/create', param);
|
this.api('notes/create', param);
|
||||||
}
|
}
|
||||||
|
|
||||||
public sendMessage = (userId: any, param: any) => {
|
public sendMessage = (userId: any, param: any) => {
|
||||||
|
|
Loading…
Reference in a new issue