.dawnBefore

Results 5 comments of .dawnBefore

可以,记得换一下参数 和在AppDelegate里和UrlSchema里换上你自己的Appkey

No, it just a get your 'IP' address method

you can get it from WeiXin business platform, it is a 32 length combination of letters and numbers, and you can set it in WeiXin business platform, platform url: [https://pay.weixin.qq.com/index.php/core/home/login?return_url=%2F](url),...

yes, but AppKey-> APIKey

+1 I use : ``` 'on afterError' => function (\yii\queue\ErrorEvent $event) { $event->ttr = $event->attempt * 2; }, ``` but job log ttr: 2, 4, 8, 8, 8, 8.....