
微擎文档学习
http://note.youdao.com/noteshare?id=ce025646d5517556c3e190c0e3abe8d8 [crayon-648156069ec38800588238/]
http://note.youdao.com/noteshare?id=ce025646d5517556c3e190c0e3abe8d8 [crayon-648156069ec38800588238/]
在/manifest.xml中设置 [crayon-648156069fdf3117976415/] 发布 重新下载新版本 下载下来,保留manifest.xml,其他覆盖(有利于新应用的展示)
获取用户信息 //$_W[‘uniacid’] 获取当前公众号的id $userinfo = mc_oauth_userinfo($_W[‘uniacid’]) //获取用户的信息 自定义分享...
发送模版消息 [http://s.we7.cc/index.php?c=wiki&do=view&id=1&list=1016]() [crayon-64815606a009b328480737/]
https://www.jianshu.com/p/66bf8f26e41d # 二维码推广海报 使用PHP GD2 ### 文字 ### 图片
目标: 实现企业付款到零钱 步骤 1 下载支付证书 2 配置支付参数 (1 用户微信需要实名认证 2 提现最低要1元) 3 发起支付获取支付结果 企业付款微信官方文档 https://pay.weixin.qq.com/wik...
1. 设置微擎上的支付参数 2. 微信商户号配置配置 登录商户号–产品中心–开发配置 3. PHP发起支付 [http://s.we7.cc/index.php?c=wiki&do=view&a...
命名规则: Ims_模块名字_表名 ### 增: 成功返回1,失败返回boolean $tablebane 不用写表前缀 第三个参数一般不用 pdo_insert($tablebane,$data=array(),$repla...
There is no excerpt because this is a protected post.
include $this->template(‘index’); 写在前台方法里寻找的目录:/Addons/xxx/template/mobile/index.html 写在后台方法里寻找的目录:/Addon...