随笔分类 -  thinkphp

摘要:phpstorm->file->Setting->Directorires 里把 ThinkPHP/Model 目录设置为 Excluded ,保存。 阅读全文
posted @ 2017-04-25 14:32 /折磨 阅读(405) 评论(0) 推荐(0)
摘要:(2)在Core.php和Notify.php文件中添加了去掉TP的URL中的'_URL_'参数的函数。这个是必须的,否则会导致验证失败问题。具体改变为: function paraFilter改为 function paraFilter($para) { $para_filter = array( 阅读全文
posted @ 2013-08-16 17:21 /折磨 阅读(1341) 评论(0) 推荐(0)
摘要:http://www.thinkphp.cn/code/240.html 最近做系统,需要实现在线支付功能,毫不犹豫,选择的是支付宝的接口支付功能。这里我用的是即时到帐的接口,具体实现的步骤如下:一、下载支付宝接口包 下载地址: https://b.alipay.com/order/productD 阅读全文
posted @ 2013-08-15 11:42 /折磨 阅读(11265) 评论(1) 推荐(1)