20,396
社区成员
发帖
与我相关
我的任务
分享
[/quote]
我都说了要重复解密,为了尊重这个源码的作者,具体解密代码我就不发出来了,提醒一下:他这个代码实际上是重复使用了仿威盾加密的方法[/quote]
有了 感谢了
[/quote]
我都说了要重复解密,为了尊重这个源码的作者,具体解密代码我就不发出来了,提醒一下:他这个代码实际上是重复使用了仿威盾加密的方法

class WeixinAction extends Action
{
private $token;
private $fun;
private $data = array();
private $my = '小微';
private $myapi = 'http://www.xiaojo.com/jsonapi.php?db=freeapi&pw=111111&chat=';
public function index()
{
$this->token = $this->_get('token');
$weixin = new Wechat($this->token);
$data = $weixin->request();
$this->data = $weixin->request();
$this->my = C('site_my');
list($content, $type) = $this->reply($data);
$weixin->response($content, $type);
}
private function reply($data)
{
这段代码是你那个文件解出来的一部分代码,呵呵,解密不难,就是要重复的解密罢了















