|
@@ -180,11 +180,11 @@ class BookGiftsService
|
|
|
}
|
|
|
if($charge_type == 'YEAR_ORDER'){
|
|
|
$gift = [
|
|
|
- ['gift_id'=>1,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
- ['gift_id'=>2,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
- ['gift_id'=>3,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>6,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>7,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>1,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>3,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>2,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>8,'num'=>1,'name_desc'=>'','cost'=>'','icon'=>'']
|
|
|
];
|
|
|
}
|
|
@@ -238,11 +238,11 @@ class BookGiftsService
|
|
|
}
|
|
|
if($charge_type == 'YEAR_ORDER'){
|
|
|
$gift = [
|
|
|
- ['gift_id'=>1,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
- ['gift_id'=>2,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
- ['gift_id'=>3,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>6,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>7,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>1,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>3,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
+ ['gift_id'=>2,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>''],
|
|
|
['gift_id'=>8,'num'=>2,'name_desc'=>'','cost'=>'','icon'=>'']
|
|
|
];
|
|
|
}
|