Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
f0d7c775
Commit
f0d7c775
authored
Sep 12, 2018
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
8e5ab6cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
AppChat.php
application/chat/controller/AppChat.php
+2
-2
Finance.php
application/index/controller/Finance.php
+6
-1
No files found.
application/chat/controller/AppChat.php
View file @
f0d7c775
...
...
@@ -480,11 +480,11 @@ class AppChat extends Basic
public
function
getSystemMessageByUser
()
{
$params
=
$this
->
params
;
$params
=
array
(
/*
$params = array(
"agent_id" => 5741,
'page_no' => '1', //第几页
'page_size' => '15' //每页多少条
);
);
*/
if
(
!
isset
(
$params
[
'agent_id'
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
}
...
...
application/index/controller/Finance.php
View file @
f0d7c775
...
...
@@ -518,7 +518,12 @@ class Finance extends Basic
$order
=
new
OPayLogModel
();
$id
=
$order
->
updatePayLog
(
$where_
);
return
$this
->
response
(
"200"
,
"success"
,
$id
);
if
(
$id
>
1
){
return
$this
->
response
(
"200"
,
"success"
,
$id
);
}
else
{
return
$this
->
response
(
"101"
,
"修改失败"
);
}
}
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment