...
|
...
|
@@ -436,8 +436,7 @@ class OrderController extends HomeBaseController |
|
|
$alipay = new \AlipayTradeService($config);
|
|
|
$return = request()->param();
|
|
|
//cache('zfb', $return);
|
|
|
Db::name('user')->where(['id'=>10])->setInc('balance', 1);
|
|
|
//$alipay->check();
|
|
|
print_r($alipay->check($return));
|
|
|
}
|
|
|
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|