用户
 找回密码
 入住 CI 中国社区
搜索
楼主: Hex
收起左侧

[程序 App] [2.1.3]CI 开发微信公众平台的例子

    [复制链接]
发表于 2013-7-15 22:20:03 | 显示全部楼层
某某 发表于 2013-7-12 16:47
问题解决了嘛?我自己也写了一个,数据一调取就有问题,但直接PC执行是正确的。
...

解决了,不要用CI中的Active Record 类,直接query,就可以!
发表于 2013-7-16 11:28:34 | 显示全部楼层
oodboo 发表于 2013-7-15 22:20
解决了,不要用CI中的Active Record 类,直接query,就可以!

我的是因为数据类型不对,所以取不数据。
发表于 2013-7-18 12:19:43 | 显示全部楼层
请问对外的接口就是http://***/ci_weixin/index.php/weixin/message
是这样么?
发表于 2013-7-18 13:33:41 | 显示全部楼层
zybo 发表于 2013-7-18 12:19
请问对外的接口就是http://***/ci_weixin/index.php/weixin/message
是这样么?

新版的ci要把extends Controller 改成extends CI_Controller
 楼主| 发表于 2013-7-18 13:44:19 | 显示全部楼层
zybo 发表于 2013-7-18 13:33
新版的ci要把extends Controller 改成extends CI_Controller

问题已修复,顶楼附件已更新。

原因是我用老版本 CI 开发的,忘记转成最新版了~

发表于 2013-7-18 14:47:03 | 显示全部楼层
厉害
发表于 2013-8-7 18:07:08 | 显示全部楼层
为什么我token验证通不过
 楼主| 发表于 2013-8-7 18:37:24 | 显示全部楼层
Castiel 发表于 2013-8-7 18:07
为什么我token验证通不过

有可能是PHP报错了。
打开日志看看是否有报错。

发表于 2013-8-13 12:08:59 | 显示全部楼层
妥谢。
发表于 2013-8-13 14:55:06 | 显示全部楼层
TOKEN 验证不通过啊!
DEBUG - 2013-08-13 14:47:06 --> Total execution time: 0.0146
DEBUG - 2013-08-13 14:52:52 --> Config Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Hooks Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Utf8 Class Initialized
DEBUG - 2013-08-13 14:52:52 --> UTF-8 Support Enabled
DEBUG - 2013-08-13 14:52:52 --> URI Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Router Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Output Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Security Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Input Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Global POST and COOKIE data sanitized
DEBUG - 2013-08-13 14:52:52 --> Language Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Loader Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Language file loaded: language/chinesesimplified/upload_lang.php
DEBUG - 2013-08-13 14:52:52 --> Controller Class Initialized
DEBUG - 2013-08-13 14:52:52 --> Final output sent to browser
DEBUG - 2013-08-13 14:52:52 --> Total execution time: 0.0146

本版积分规则