Skip to content

Commit

Permalink
修复代码错误
Browse files Browse the repository at this point in the history
  • Loading branch information
w4123 committed May 17, 2020
1 parent 990f71d commit ddd0a57
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CQSDK/CQAPI_EX.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,6 @@ namespace CQ
//接收图片,并返回图片文件绝对路径
const char* getImage(const std::string& file);

//接收语音

CQAPI(CQ_getRecordV2, const char*)(
int AuthCode,
const char* file,//收到消息中的语音文件名(file)
const char* outformat//应用所需的格式
);

//撤回消息 Auth=180
int deleteMsg(long long MsgId);

Expand Down

0 comments on commit ddd0a57

Please sign in to comment.