|
|
@ -21,6 +21,7 @@ class NotifyController extends BaseController
|
|
|
|
|
|
|
|
|
|
|
|
public function notify()
|
|
|
|
public function notify()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
Log::write('回调进来了', Log::DEBUG);
|
|
|
|
C(api('Config/lists'));
|
|
|
|
C(api('Config/lists'));
|
|
|
|
|
|
|
|
|
|
|
|
$apitype = I('get.apitype');#获取支付api类型
|
|
|
|
$apitype = I('get.apitype');#获取支付api类型
|
|
|
@ -51,7 +52,7 @@ class NotifyController extends BaseController
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
Log::write(serialize($notify), Log::DEBUG);
|
|
|
|
|
|
|
|
|
|
|
|
$pay_way = $apitype;
|
|
|
|
$pay_way = $apitype;
|
|
|
|
|
|
|
|
|
|
|
|