Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-10 15:49:18 +0800
Commit
45149979039651c62e767e245c8541fc271147be
2 parents
7162b833
7d21d2bf
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
library/LibModels/Wap/Home/UserData.php
yohobuy/m.yohobuy.com/application/models/Index/User.php
library/LibModels/Wap/Home/UserData.php
View file @
4514997
...
...
@@ -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
s
aves
uggestData
(
$uid
,
$content
,
$suggest_type
,
$limit
=
30
)
{
$param
=
Yohobuy
::
param
();
$param
[
'uid'
]
=
$uid
;
...
...
yohobuy/m.yohobuy.com/application/models/Index/User.php
View file @
4514997
...
...
@@ -204,7 +204,7 @@ class UserModel
$result
=
array
();
// 调用接口保存意见反馈数据
return
UserData
::
suggestData
(
$uid
,
$content
,
$suggest_type
);
return
UserData
::
s
aves
uggestData
(
$uid
,
$content
,
$suggest_type
);
}
}
...
...
Please
register
or
login
to post a comment