
easywechat 网页授权登录
使用easyWeChat进行微信网页的授权登录 public function __construct ( Request $request = null ){ parent::__construct(); $this->config...
使用easyWeChat进行微信网页的授权登录 public function __construct ( Request $request = null ){ parent::__construct(); $this->config...
下面介绍两种上传到阿里云oss的方法 一种是通过路径上传 另一种呢是通过数据流上传 public function ajax_save_pic(){ $ossconfig = [ 'KeyId' => 'm5lc@@@@@@UZ', //您...