WIN-2308041133\Administrator 6 months ago
parent
commit
07e119c782
1 changed files with 3 additions and 0 deletions
  1. 3 0
      application/api/controller/Pay.php

+ 3 - 0
application/api/controller/Pay.php

@@ -959,6 +959,7 @@ class Pay extends Api
                     'paid' => 1,
                     'price' => $value,
                     'hash' => $transaction_id,
+                    'type' => 'trx',
                     'pay_time' => time(),
                     'add_time' => time()
                 ];
@@ -988,6 +989,7 @@ class Pay extends Api
                     'paid' => 1,
                     'price' => $value2,
                     'hash' => $transactionHash,
+                    'type' => 'bsc',
                     'pay_time' => time(),
                     'add_time' => time()
                 ];
@@ -1040,6 +1042,7 @@ class Pay extends Api
                 'paid' => 1,
                 'price' => $value,
                 'hash' => $transaction_id,
+                'type' => 'trx',
                 'pay_time' => time(),
                 'add_time' => time()
             ];