|
@@ -71,7 +71,7 @@ class CoflController extends Controller
|
|
|
$cid = $book_info->first_cid;
|
|
|
}
|
|
|
$params['cid'] = $cid;
|
|
|
- $params['crm'] = ='book_'.$bid;
|
|
|
+ $params['crm'] ='book_'.$bid;
|
|
|
if(isset($params['openid'])) unset($params['openid']);
|
|
|
if(isset($params['unionid'])) unset($params['unionid']);
|
|
|
$url = $this->getLink($user[1]).'reader?'.http_build_query($params);
|