<?php
/**
支付宝返回地址
*
*/
$_GET['act'] = 'payment';
$_GET['op'] = 'return';
$_GET['payment_code'] = 'alipay';
require_once(dirname(__FILE__).'/../../../index.php');
?>
1.dirname(__FILE__).'/../../../index.php 这是什么鬼?
2.这是支付宝回调处理的地方吗?~? 具体该去哪写回调处理?
用的的程序自带的支付宝api =。= 我都不知道版本