Aoeng

Results 19 issues of Aoeng

google登录,APP模拟器登录成功获得openid,没有其他信息,我要openid干嘛啊?我要authCode或者access_token啊!封装的让人恶心

报错内容: ``` The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems) Unzip with unzip command failed, falling back to ZipArchive class Install of...

``` 'mch_secret_key' => '', // 必填-商户私钥 字符串或路径 'mch_secret_cert' => '', // 必填-商户公钥证书路径 'mch_public_cert_path' => '', //选填-微信公钥证书路径 'wechat_public_cert_path'=>'' ``` 请问最新版本的,微信的这4个参数从哪里获得? 微信只有 V2 V3 密钥,还有证书文件 apiclient_cert.p12 ,apiclient_cert.pem,apiclient_key.pem

版本是最新 ``` class ImportEnglish extends Action { protected $selector = '.import-english'; public function handle(Request $request) { $res = Excel::import(new EnglishImport(), $request->file('file')); if ($res['code'] != 0) { return $this->response()->error($res['message']); } return...

详情看这里 [https://learnku.com/laravel/t/76071](https://learnku.com/laravel/t/76071)