|
@@ -1353,7 +1353,7 @@ class ChapterController extends BaseController
|
|
//判断是否为测试
|
|
//判断是否为测试
|
|
if($this->distribution_channel_id == 4326 && $book_info->bid == 6450)
|
|
if($this->distribution_channel_id == 4326 && $book_info->bid == 6450)
|
|
{
|
|
{
|
|
- $price_rate = 0.04;
|
|
|
|
|
|
+ $price_rate = 0.05;
|
|
$fee = ceil($chapter->size * $price_rate);
|
|
$fee = ceil($chapter->size * $price_rate);
|
|
if($fee >189) $fee = 189;
|
|
if($fee >189) $fee = 189;
|
|
}else{
|
|
}else{
|