欢迎光临
感谢一路有你

标签:微擎

微擎

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

王明昌阅读(4694)赞(0)

获取用户信息 //$_W['uniacid'] 获取当前公众号的id $userinfo = mc_oauth_userinfo($_W['uniacid']) //获取用户的信息 自定义分享 //方法 $account_api = WeA...

微擎

微擎 | 模块消息

王明昌阅读(3110)赞(0)

发送模版消息 [http://s.we7.cc/index.php?c=wiki&do=view&id=1&list=1016]() ``` $data = array( 'first' => array( '...

微擎

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

王明昌阅读(3744)赞(0)

  目标: 实现企业付款到零钱 步骤 1 下载支付证书 2 配置支付参数 (1 用户微信需要实名认证 2 提现最低要1元) 3 发起支付获取支付结果 企业付款微信官方文档 https://pay.weixin.qq.com/wik...

微擎

微擎支付api发起支付并验证

王明昌阅读(6197)赞(1)

  1. 设置微擎上的支付参数 2. 微信商户号配置配置 登录商户号--产品中心--开发配置 3. PHP发起支付 [http://s.we7.cc/index.php?c=wiki&do=view&id=1&am...

微擎

微擎数据库函数

王明昌阅读(2681)赞(0)

  命名规则: Ims_模块名字_表名 ### 增: 成功返回1,失败返回boolean $tablebane 不用写表前缀 第三个参数一般不用 pdo_insert($tablebane,$data=array(),$repla...

微擎

微擎模版引擎

王明昌阅读(2912)赞(0)

include $this->template('index'); 写在前台方法里寻找的目录:/Addons/xxx/template/mobile/index.html 写在后台方法里寻找的目录:/Addons/xxx/templa...

微擎

微擎常量变量路由

王明昌阅读(2633)赞(0)

开启微擎开发者模式 /data/config.php $config['setting']['development']=1;//1为开启开发者模式 预定义常量 [http://s.we7.cc/index.php?c=wiki&d...

×
订阅图标按钮