liu ming

Results 13 comments of liu ming

奥,看明白了,真牛,原来oauth2还留了这么个口

这得认认真真看过源码

因为我们的app早先集成了袤博的推送,所以我们想添加服务端的袤博推送,

怎么感觉加了权限验证好慢,简单返回个字符串都得5,6秒

` public function handle() { $obj = new WxworkFinanceSdk(Config('weixinWork.corpid'), Config('weixinWork.MsgAppCorpsecret')); $privateKey = file_get_contents(base_path() . '/public/private2.pem'); $this->companyWechat=new CompanyWechat(); while (true) { try { $seq = \App\Models\wechat_msg_log::orderBy("seq", "desc")->first(); $start = 400000; if...

![image](https://github.com/pangdahua/php7-wxwork-finance-sdk/assets/17898154/ca6160d2-d2a6-45cc-ab6c-b37a60a9962b)