...
|
...
|
@@ -182,7 +182,7 @@ class UserData |
|
|
* @param int $suggest_type 意见类型
|
|
|
* @return array 意见反馈接口返回的数据
|
|
|
*/
|
|
|
public static function suggestData($uid, $content, $suggest_type, $limit = 30)
|
|
|
public static function savesuggestData($uid, $content, $suggest_type, $limit = 30)
|
|
|
{
|
|
|
$param = Yohobuy::param();
|
|
|
$param['uid'] = $uid;
|
...
|
...
|
|