charlesyq

Results 6 issues of charlesyq

[2018-10-26 12:52:37][ERROR] https://webpush.wx.qq.com/cgi-bin/mmwebwx-bin/synccheckcURL error 35: A PKCS #11 module returned CKR_DEVICE_ERROR, indicating that a problem has occurred with the token or slot. (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) [2018-10-26 12:52:37][ERROR] https://webpush.wx.qq.com/cgi-bin/mmwebwx-bin/synccheckcURL error 35: A...

@HanSon 貌似微信网页版的username 在退出微信重进以后会变 对于群来说有什么微信识别的字段

1 有木有提供杀死进程的方法,目前用同一个session 执行两次我看后台进程并不会杀死之前的进程 ,只能通过sh脚本控制么 2 如果要用swoole api 的话能否用同一个端口 根据session 区分 哪个用户 ,可以通过修改哪些文件实现这个功能呢

$app = new Application($config); $predis = app('redis')->connection();// connection($name), $name 默认为 `default` $cacheDriver = new PredisCache($predis); $app->cache = $cacheDriver; //$app->cache = new CacheBridge(); Log::info($app->component_access_token->getToken()); $app->auth->handle()->send(); 我用这种方式去实现接收微信消息通知接口 然后报错如下 "error":{"message":"Request Component AccessToken fail....

第一个: `public function parent() { return $this->belongsTo(self::class, 'parent_id', 'id'); }` 这里的self 应该不能这么用吧 应该改成static吧,不然指向的是NodeCategoryTrait本身,而不是model本身。 第二个: `public function parents() { return $this->where(DB::raw("LOCATE(`node`, '{$this->node}')"), '>', 0) ->where('id', '', $this->id)->get(); }` 这个的实现方式没有必要吧 `public function...

enhancement