This commit is contained in:
王金磊
2023-04-23 09:33:19 +08:00
parent 7e8f5d6612
commit 883c9a870c
4 changed files with 33 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ class gpt {
* @param type $data
*/
public function push($data){
GptChar($data['message'],$data['ckey'],$data['mid']);
GptChar($data['message'],$data['ckey']);
}
}