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

浙公网安备 33010602011771号