stanley-king 1 year ago
parent
commit
6e16ab2c83
1 changed files with 70 additions and 12 deletions
  1. 70 12
      test/TestRefund.php

+ 70 - 12
test/TestRefund.php

@@ -151,7 +151,8 @@ class TestRefund extends TestCase
         foreach ($orders as $order_sn)
         {
             $refill_info = $mod_refill->getOrderInfo(['order_sn' => $order_sn]);
-            if(!empty($refill_info)) {
+            if(!empty($refill_info))
+            {
                 $chname = $refill_info['channel_name'];
 
                 $provider = $this->getProvider($chname);
@@ -163,23 +164,80 @@ class TestRefund extends TestCase
                     Log::record("order_sn=$order_sn msg=$order_state",Log::DEBUG);
                 }
             }
+            else {
+                Log::record("order_sn=$order_sn empty",Log::DEBUG);
+            }
         }
     }
 
     private function getOrders()
     {
         return [
-            '0054340738786801278285',
-            '0072270738754986062471',
-            '0073520738759742703583',
-            '0075580738780047989128',
-            '0079860738751884483673',
-            '0222330738757938391994',
-            '0224810738762683686978',
-            '0229430738760052407447',
-            '0051880738756076094755',
-            '0274810738781583681751',
-            '0347700738779630513391',
+            '7749990739497208755104',
+            '4241640739497214477247',
+            '3409590739497235409931',
+            '3441260739497239066452',
+            '1434360739497573663949',
+            '3359180739497588027168',
+            '33841685199232623212',
+            '28471685199597405220',
+            '57171685202698387113',
+            '89491685204072019563',
+            '54821685230140381770',
+            '94021685232830341599',
+            '3141710739497207880429',
+            '1343340739497214781295',
+            '5905900739497214862174',
+            '1955480739497240001384',
+            '2344270739497387804732',
+            '5649180739497388386881',
+            '7799780739497388683087',
+            '9389810739497404696612',
+            '6035530739497543907708',
+            '2069310739497546200263',
+            '2986790739497573078875',
+            '2996950739497573184793',
+            '5746870739323892570502',
+            '7776210739324342537968',
+            '1651790739324578300572',
+            '2089700739324697035601',
+            '1046530739324701858673',
+            '3588350739324790951598',
+            '02031910738486333430245',
+            '42041685144164497475',
+            '13731685144277889026',
+            '89841685144485116642',
+            '86911685176628006840',
+            '75071685198614860230',
+            '75811685201242132173',
+            '55051685203269595963',
+            '19821685205286104990',
+            '9704550739323836502970',
+            '8853970739324578150798',
+            '8266910739324696844607',
+            '1909980739324696852263',
+            '4242700739497207277597',
+            '7315300739497207416673',
+            '6027840739497213695911',
+            '6664270739497214380016',
+            '3697580739497224283328',
+            '1527960739497224461069',
+            '5845540739497224677983',
+            '9158010739497239807777',
+            '0725700739497405115820',
+            '5647410739497407395639',
+            '8484290739497572819121',
+            '7522330739497578980959',
+            '3148900739497588515397',
+            '44641685144571093667',
+            '11331685200447945941',
+            '83701685230393513621',
+            '0999230739324323447175',
+            '2099360739324342437099',
+            '1345740739324456585903',
+            '3436600739324517966370',
+            '7931230739324697254624',
+            '8439720739324795372416'
         ];
     }