|
@@ -585,7 +585,8 @@ class ChapterController extends BaseController
|
|
$my_log = myLog('special');
|
|
$my_log = myLog('special');
|
|
$my_log->info('balance lack remind');
|
|
$my_log->info('balance lack remind');
|
|
}
|
|
}
|
|
- return response()->error('WAP_BOOK_BALANCE_PAY', $data);
|
|
|
|
|
|
+ //return response()->error('WAP_BOOK_BALANCE_PAY', $data);
|
|
|
|
+ return response()->error('WAP_BOOK_SECOND_BALANCE_PAY', $data);
|
|
} else {
|
|
} else {
|
|
if($special_user_log && $special_user_log == $this->uid){
|
|
if($special_user_log && $special_user_log == $this->uid){
|
|
$my_log = myLog('special');
|
|
$my_log = myLog('special');
|