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