|
@@ -159,16 +159,16 @@ $wuchen_phone = ['name' => 'wuchen', 'store_id' => 37,'qualitys' => '1',
|
|
$yibao_phone = ['name' => 'yibao', 'store_id' => 38,'qualitys' => '1',
|
|
$yibao_phone = ['name' => 'yibao', 'store_id' => 38,'qualitys' => '1',
|
|
'amount' => [
|
|
'amount' => [
|
|
30 => [
|
|
30 => [
|
|
- ['goods_id' => 41, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
|
|
|
+ ['goods_id' => 41, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']
|
|
],
|
|
],
|
|
50 => [
|
|
50 => [
|
|
- ['goods_id' => 42, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
|
|
|
+ ['goods_id' => 42, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']
|
|
],
|
|
],
|
|
100 => [
|
|
100 => [
|
|
- ['goods_id' => 43, 'price' => 95, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
|
|
|
+ ['goods_id' => 43, 'price' => 95, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']
|
|
],
|
|
],
|
|
200 => [
|
|
200 => [
|
|
- ['goods_id' => 44, 'price' => 190, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
|
|
|
+ ['goods_id' => 44, 'price' => 190, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']
|
|
],
|
|
],
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|