|
@@ -10,6 +10,7 @@ class Payment extends \think\Controller
|
|
{
|
|
{
|
|
public function notify(){
|
|
public function notify(){
|
|
$paytype = input('paytype','wechat');
|
|
$paytype = input('paytype','wechat');
|
|
|
|
+ $paytype = 'alipay';
|
|
|
|
|
|
$pay = Service::checkNotify($paytype);
|
|
$pay = Service::checkNotify($paytype);
|
|
filePut('[payment][receive]异步回调开始:'.json_encode($pay));
|
|
filePut('[payment][receive]异步回调开始:'.json_encode($pay));
|