|
@@ -102,6 +102,7 @@ class AlipayPaymentService extends PaymentService
|
|
|
{
|
|
|
|
|
|
$notify = App::instance($this->config)->notify();
|
|
|
+ file_put_contents("appayorder.txt", json_encode($notify,true) . "\n" . "\n", FILE_APPEND);
|
|
|
|
|
|
if (in_array($notify['trade_status'], ['TRADE_SUCCESS', 'TRADE_FINISHED'])) {
|
|
|
if ($this->updatePayorderAction($notify)) {
|