...
|
...
|
@@ -436,7 +436,7 @@ class OrderController extends HomeBaseController |
|
|
$alipay = new \AlipayTradeService($config);
|
|
|
$return = request()->param();
|
|
|
//cache('zfb', $return);
|
|
|
print_r($alipay->check($return));
|
|
|
print_r($alipay->check(cache('zfb')));
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|