|
@@ -102,7 +102,7 @@ class TestRefillThird extends TestCase
|
|
|
'buyer_id' => $member_id,
|
|
|
'amount' => 30,
|
|
|
'mch_order' => "{$time}" . sprintf("%'010d",$index),
|
|
|
- 'org_quality' => 1,
|
|
|
+ 'org_quality' => 13,
|
|
|
'card_no' => '13911129867'
|
|
|
];
|
|
|
$ret = refill\util::push_add($params);
|
|
@@ -113,7 +113,7 @@ class TestRefillThird extends TestCase
|
|
|
$time = time();
|
|
|
Log::record("push message start:{$time}",Log::DEBUG);
|
|
|
|
|
|
- for ($i = 0; $i < 100000; $i++)
|
|
|
+ for ($i = 0; $i < 10; $i++)
|
|
|
{
|
|
|
$this->push_order(1092,60221,$time,$i);
|
|
|
// $this->push_order(1093,65771,$time,$i);
|