|
@@ -31,6 +31,24 @@ $baidu_phone = ['name' => 'baizeyd', 'store_id' => 32,
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$baidu_phone = ['name' => 'baizeyd', 'store_id' => 32,
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [['goods_id' => 1, 'price' => 9.51, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 1, 'price' => 9.61, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 1, 'price' => 9.81, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
+
|
|
|
+ 30 => [['goods_id' => 3, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 3, 'price' => 28.8, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
+ 50 => [['goods_id' => 4, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 4, 'price' => 48, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
+ 100 => [['goods_id' => 5, 'price' => 95, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 5, 'price' => 96, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
+ 200 => [['goods_id' => 6, 'price' => 190, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6, 'price' => 192, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
+
|
|
|
$aming_phone = ['name' => 'aming', 'store_id' => 34,
|
|
|
'amount' => [
|
|
|
10 => [['goods_id' => 9, 'price' => 9.5, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom'],
|