摘要: tp框架中集成支付宝的功能,将支付宝的demo例子存在到下图位置\Extend\Vendor\Alipay生成支付订单 /** * 支付订单 */ public function pay() { header("Content-Type:text/html; charset=utf-8"); $id = I('post.oid','', 'htmlspecialchars'); $DAO = M('order'); $order = $DAO->where("id=".$... 阅读全文
posted @ 2014-02-27 18:10 klj123wan 阅读(1437) 评论(0) 推荐(0)