会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cxscode
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
42
下一页
2020年8月7日
微信公众号支付,iframe跨域
摘要: 官方文档:https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_7&index=6,即可看到h5调起支付需要的参数。 获取后台调用微信生成的支付签名, $scope.onBridgeReady = function () { $http
阅读全文
posted @ 2020-08-07 10:14 程序生(Codey)
阅读(1714)
评论(0)
推荐(0)
2020年8月4日
QQ小程序
摘要: 后台:https://q.qq.com/#/ 文档:https://q.qq.com/wiki/ 获取accessToken:https://q.qq.com/wiki/develop/miniprogram/server/open_port/port_use.html#getaccesstoken
阅读全文
posted @ 2020-08-04 16:28 程序生(Codey)
阅读(728)
评论(0)
推荐(0)
2020年8月3日
米大师支付
摘要: 前端支付返回-15004 其实可能是米大师的沙箱机制 必须先用沙箱key测试通过才能使用正式key 其他原因: https://developers.weixin.qq.com/community/develop/doc/00068477b34618dda42a24ad351800 https://
阅读全文
posted @ 2020-08-03 17:41 程序生(Codey)
阅读(1379)
评论(0)
推荐(0)
2020年7月27日
window下安装phalcon
摘要: 1.下载包 phalcon包下载地址: https://github.com/phalcon/cphalcon/releases/tag/v3.4.3 最新用4.0以上: https://github.com/phalcon/cphalcon/releases/tag/v4.0.6 psr下载地址:
阅读全文
posted @ 2020-07-27 18:36 程序生(Codey)
阅读(546)
评论(0)
推荐(0)
2020年7月24日
laravel 控制器多个方法共用一个路由
摘要: Route::get('Index/{action}', function(App\Http\Controllers\IndexController $index, $action){ return $index->$action(); }); https://xueyuanjun.com/post
阅读全文
posted @ 2020-07-24 11:54 程序生(Codey)
阅读(433)
评论(0)
推荐(0)
2020年7月21日
Elasticsearch查询语法
摘要: es常用查询 term 项 例: 搜 Dahlen, Malone $filter[] = ['term' => ['ename' => 'accountcreate']]; $filter[] = ['term' => ['app_id' => 1000084]]; field 字段 field:
阅读全文
posted @ 2020-07-21 17:02 程序生(Codey)
阅读(479)
评论(0)
推荐(0)
2020年7月17日
微信支付手记
摘要: 多次回调处理,成功返回 <xml> <return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[OK]]></return_msg> </xml> https://pay.weixin.qq.com/wiki/doc/api
阅读全文
posted @ 2020-07-17 16:42 程序生(Codey)
阅读(265)
评论(0)
推荐(0)
hbuilderx结合小程序开发
摘要: 问题1:工具的服务端口已关闭。要使用命令行调用工具,请在下方输入 y 以确认开启,或手动打开工具 -> 设置 -> 安全设置,将服务端口开启。 https://ask.dcloud.net.cn/article/13373 问题2:turnneling socket could not tunnel
阅读全文
posted @ 2020-07-17 16:41 程序生(Codey)
阅读(1477)
评论(0)
推荐(0)
处理TP多应用问题
摘要: 替换think-multi-app https://github.com/hmxingkong/think-multi-app
阅读全文
posted @ 2020-07-17 16:38 程序生(Codey)
阅读(159)
评论(0)
推荐(0)
workerman + gateway +thinkphp 简单使用
摘要: https://www.cnblogs.com/dudeyouth/p/9017394.html
阅读全文
posted @ 2020-07-17 16:36 程序生(Codey)
阅读(206)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
42
下一页
公告