Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
stdrc committed Feb 9, 2017
1 parent 372147d commit e7b2e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ CQEVENT(int32_t, __eventGroupMsg, 36)
utf8_msg = match.str(2);
}
}
json_t *json = json_pack("{s:s, s:s, s:i, s:I, s:I, s:s, s:s}",
json_t *json = json_pack("{s:s, s:s, s:i, s:I, s:I, s:s, s:s, s:s}",
"post_type", "message",
"message_type", "group",
"time", send_time,
Expand Down
2 changes: 1 addition & 1 deletion io.github.richardchien.coolqhttpapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"apiver": 9, // Api版本,本SDK为9
"name": "HTTP API", // 应用名称
"version": "1.0.1", // 应用版本
"version_id": 2, // 应用顺序版本(每次发布时至少+1)
"version_id": 3, // 应用顺序版本(每次发布时至少+1)
"author": "Richard Chien", // 应用作者
"description": "使酷 Q 支持通过 HTTP 上报事件信息及调用接口",
"event": [ // 事件列表,同一事件类型可重复定义(发布前请删除无用事件)
Expand Down

0 comments on commit e7b2e79

Please sign in to comment.