Liu Kai
|
15d6b79319
|
企业号的发送消息接口的数据格式中加入safe字段
根据微信企业号官方文档(
http://qydev.weixin.qq.com/wiki/index.php?title=%E6%B6%88%E6%81%AF%E7%B1%BB%E5%9E%8B%E5%8F%8A%E6%95%B0%E6%8D%AE%E6%A0%BC%E5%BC%8F
),发送消息接口的数据格式中需要加入safe字段。并且经过实际验证,官方文档上“safe为非必须项”的表述有误,safe应为必须项,即如果参数中没有写safe字段而调用发送消息接口的话,微信服务器会正常返回,但touser却收不到任何消息。
Change-Id: Ifc894e6f6b03147f000b42f346d2bdccb11b0c64
Signed-off-by: Liu Kai <liukai@tinkers.com.cn>
|
2015-12-18 12:11:11 +08:00 |
|
Daniel Qian
|
0388c8d9dc
|
upgrade to 1.3.3-SNAPSHOT
|
2015-12-05 15:37:25 +08:00 |
|
Daniel Qian
|
780074f219
|
upgrade version
|
2015-12-03 12:47:38 +08:00 |
|
Daniel Qian
|
9363a67538
|
upgrade to 1.3.2-SNAPSHOT
|
2015-10-16 10:13:37 +08:00 |
|
Daniel Qian
|
5e7d1ebbbd
|
upgrade to 1.3.1
|
2015-10-16 10:07:40 +08:00 |
|
Daniel Qian
|
a25d2edc2f
|
issue #204, 因为getAccessToken()方法可能返回过期数据,导致在executeInternal内部容易出现
无限递归产生StackoverflowException
|
2015-09-14 12:38:29 +08:00 |
|
Daniel Qian
|
9bbdc3b2a0
|
promote to 1.3.1-SNAPSHOT
|
2015-09-11 09:10:43 +08:00 |
|
Daniel Qian
|
8485af028a
|
upgrade to 1.3.0
|
2015-09-11 09:05:15 +08:00 |
|
Daniel Qian
|
cd3237d9cc
|
Merge pull request #198 from ajffdnt/develop
增加企业号异步任务接口
|
2015-09-10 17:24:28 +08:00 |
|
Daniel Qian
|
5630b865c2
|
issue #200
|
2015-08-26 08:42:00 +08:00 |
|
caosk
|
afaa0a3bde
|
增加查看通讯录全量更新结果的接口
|
2015-08-15 20:05:32 +08:00 |
|
caosk
|
57acfd5330
|
增加企业用户和部门的全量同步接口
|
2015-08-14 18:45:13 +08:00 |
|
caosk
|
cf8f279818
|
企业号用户增加enable属性,可以同步本地系统的用户有效性,微信异常消息加冒号,代码已验证
|
2015-08-13 16:00:05 +08:00 |
|
Daniel Qian
|
c50c3a09c8
|
针对issue #189 的修改
|
2015-08-10 15:33:42 +08:00 |
|
Daniel Qian
|
cf9ccbc54d
|
fix: issue #128
|
2015-08-03 17:30:28 +08:00 |
|
Daniel Qian
|
c6d0f18a4c
|
upgrade to 1.2.1-SNAPSHOT
|
2015-07-27 13:17:21 +08:00 |
|
Daniel Qian
|
871a34677d
|
upgrade to 1.2.0
|
2015-07-27 13:12:27 +08:00 |
|
Daniel Qian
|
d162e31454
|
upgrade to 1.1.9-SNAPSHOT
|
2015-07-17 15:39:33 +08:00 |
|
Daniel Qian
|
42418a2d0d
|
upgrade to version 1.1.8
|
2015-07-17 15:30:20 +08:00 |
|
Daniel Qian
|
d3d61d753e
|
#165 #167
|
2015-07-13 17:25:46 +08:00 |
|
Daniel Qian
|
f30211ce98
|
upgrade version 1.1.8-SNAPSHOT
|
2015-07-10 14:03:37 +08:00 |
|
Daniel Qian
|
1ade007250
|
upgrade to 1.1.7
|
2015-07-10 13:57:40 +08:00 |
|
Daniel Qian
|
d707140d06
|
upgrade to 1.1.7-SNAPSHOT
|
2015-06-26 16:40:07 +08:00 |
|
Daniel Qian
|
0491e23456
|
upgrade to 1.1.6
|
2015-06-26 16:38:08 +08:00 |
|
Daniel Qian
|
4da9ea5dd5
|
Merge pull request #155 from huansinho/master
临时文件目录配置
|
2015-06-15 13:04:50 +08:00 |
|
huansinho
|
f107bd2f44
|
增加临时文件目录配置
在下载多媒体文件下载时可以指定临时文件目录。
|
2015-06-14 02:37:31 +08:00 |
|
Daniel Qian
|
bd3fb69bef
|
update to 1.1.6-SNAPSHOT
|
2015-05-27 09:18:06 +08:00 |
|
Daniel Qian
|
72db0a2a76
|
update to 1.1.5
|
2015-05-27 09:15:57 +08:00 |
|
Daniel Qian
|
f7b5b52808
|
fix: compile error
|
2015-05-14 08:51:50 +08:00 |
|
Daniel Qian
|
ab916ddd71
|
issue #138 tagAddUsers 接口少了一个参数
|
2015-05-13 19:47:50 +08:00 |
|
Daniel Qian
|
ffc0fc442d
|
upgrade to 1.1.5-SNAPSHOT
|
2015-04-16 14:19:47 +08:00 |
|
Daniel Qian
|
669552e503
|
upgrade to 1.1.4
|
2015-04-16 14:15:43 +08:00 |
|
Daniel Qian
|
0fb143600b
|
issue #123 WxCpServiceImpl#tagGet 返回数据中没有tagname
|
2015-04-07 11:39:23 +08:00 |
|
Daniel Qian
|
a5d05d3458
|
issue #113 企业号oauth2getUserInfo报errcode=40029, errmsg=invalid code
|
2015-03-24 16:49:48 +08:00 |
|
Daniel Qian
|
7efdd448d1
|
fix: issue #112
|
2015-03-23 16:25:45 +08:00 |
|
Daniel Qian
|
82016c02bf
|
version prompt
|
2015-03-23 11:20:40 +08:00 |
|
Daniel Qian
|
dfd2ade23f
|
prompt to stable version
|
2015-03-23 11:09:23 +08:00 |
|
Daniel Qian
|
0ae7a75f56
|
issue #109 企业号几个方法添加agentId参数
|
2015-02-26 15:05:06 +08:00 |
|
Daniel Qian
|
b648c55444
|
upgrade to 1.1.3-SNAPSHOT
|
2015-02-25 15:36:19 +08:00 |
|
Daniel Qian
|
316e54baaa
|
upgrade to 1.1.2
|
2015-02-25 15:32:33 +08:00 |
|
Daniel Qian
|
b8d011e73e
|
issue #105 WxCpService.oauth2buildAuthorizationUrl方法设计错误
|
2015-02-11 17:56:48 +08:00 |
|
Daniel Qian
|
2a439a6690
|
issue #107 请给实体类加上Serializable
|
2015-02-10 14:11:23 +08:00 |
|
Daniel Qian
|
1e94c452ba
|
issue #104 WxCpService.oauth2getUserInfo方法不会去刷新access token
|
2015-02-09 09:07:54 +08:00 |
|
Daniel Qian
|
d2eb529ab2
|
issue #99 Wx*MessageRouter.isDuplicateMessage方法逻辑错误
|
2015-02-04 17:12:02 +08:00 |
|
Daniel Qian
|
57e9beaae0
|
issue #91 添加企业号JS_API的支持
|
2015-02-04 17:09:15 +08:00 |
|
Daniel Qian
|
95d8bd3c47
|
issue #99 Wx*MessageRouter.isDuplicateMessage方法逻辑错误
|
2015-02-04 11:49:01 +08:00 |
|
Daniel Qian
|
4740f1f37b
|
issue #91
|
2015-01-27 15:53:29 +08:00 |
|
Daniel Qian
|
5b49c63d14
|
issue #91 添加企业号JS_API的支持
|
2015-01-27 14:45:11 +08:00 |
|
Daniel Qian
|
4dc297c5ed
|
upgrade to 1.1.2-SNAPSHOT
|
2015-01-25 11:17:48 +08:00 |
|
Daniel Qian
|
239ef054ec
|
prompt version to 1.1.1
|
2015-01-25 10:59:45 +08:00 |
|