限时免费试用:欢迎注册 api.bigmodel.org ,快速体验大模型 API 接入服务。
当前位置:首页 >开发者

开发者

tp5 上使用ueditor富文本插件

将官方下载的数据包放入static 在需要的地方引入 {js href="__STATIC__/ueditor/ueditor.config.js" /} {js href="__STATIC__/ueditor/ueditor.all.js" /} var ue = UE.getEditor('container',{ // initialFrameWid

Thinkphp5 | 读取文件中的配置信息extra

//方法位置/thinkphp/library/think/Config/---get方法 // 配置文件位置application/extra/文件名.php //文件内容格式 return [ ] //使用 use think\Config; $menu = Config::get('文件名');

微擎 | 自定义分享到朋友圈

获取用户信息 //$_W['uniacid'] 获取当前公众号的id $userinfo = mc_oauth_userinfo($_W['uniacid']) //获取用户的信息 自定义分享 //方法 $account_api = WeAccount::create(); $jssdk = $account_api->getJssdkConfig(); /

微擎 | 模块消息

发送模版消息 [http://s.we7.cc/index.php?c=wiki&do=view&id=1&list=1016]() ``` $data = array( 'first' => array( 'value' => "订单提交成功!", 'color' => '#ff510' ), 'keyword1' => array( 'value' =>

微擎 微信企业付款到用户零钱

目标: 实现企业付款到零钱 步骤 1 下载支付证书 2 配置支付参数 (1 用户微信需要实名认证 2 提现最低要1元) 3 发起支付获取支付结果 企业付款微信官方文档 https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_1 require_once(dirname(__FI