This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?php
namespacetencent\wechat\weixin;
classBase
{
protected$weixinConfig;//EasyWeChat配置--微信公众号配置文件
/**
* 构造函数
* @date 2021-01-19
*/
publicfunction__construct(array$data=[])
{
$this->weixinConfig=[
'app_id'=>$data['app_id'],
'secret'=>$data['app_secret'],
'token'=>$data['token'],
// 指定 API 调用返回结果的类型:array(default)/collection/object/raw/自定义类名