限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:标签 / easywechat

标签:easywechat

easywechat 网页授权登录

使用easyWeChat进行微信网页的授权登录 public function __construct ( Request $request = null ){ parent::__construct(); $this->config = [ 'app_id' => 'wx11ca*****98df5', 'secret' => 'f860284******

小程序接入内容内容审查接口(图片.文字)

今天不知咋回事使用easywechat的内容安全api,不知咋回事.之前还可以使用的这些天突然报这个错,也不知道是不是因为升级还是与其他的冲突, 那怎么办呢,还是用下原生的接口,在这里我获取的token方法还是easywechat的方式 $miniProgram = ZFac::miniProgram($this->config); $token = $mi

小程序获取unionid

公众号和小程序绑定微信开放平台 微信开放平台需要认证(300) 然后进行相关的绑定,绑定时需要相关账号的原始管理者进行扫码绑定 小程序也是一样操作 小程序获取unionID 登录 bindGetUserInfo: function (e) { if (e.detail.userInfo) { //用户按了允许授权按钮 var that = this; //插

微信代小程序实现获取单日数据

我这里使用的是easywechat public function day(){ $this->open_ini(); $begin_date = date("Ymd",strtotime("-2 day"));//前天 $end_date = date("Ymd",strtotime("-1 day"));//昨天 // dd($end_date); $u

转| 微信小程序开发教程

1:微信小程序官方工具: https://mp.weixin.qq.com/debug/w ... tml?t=1476434678461 2:微信小程序简易教程: https://mp.weixin.qq.com/debug/wxadoc/dev/?t=1476434677599 3:微信小程序设计指南: https://mp.weixin.qq.com/