...
|
...
|
@@ -85,7 +85,7 @@ class IndexModel |
|
|
* @param $size 图片尺寸
|
|
|
* @return array
|
|
|
*/
|
|
|
public static function preferenceData($channel, $uid, $udid, $recPos, $limit, $size)
|
|
|
public static function preferenceData($channel, $uid, $udid, $recPos, $limit, $size = array())
|
|
|
{
|
|
|
$response = UserData::newPreference($channel, $uid, $udid, $recPos, $limit);
|
|
|
if ($response['code'] === 200) {
|
...
|
...
|
|