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
498360d6
Commit
498360d6
authored
Dec 26, 2018
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上周成交量
parent
6aa4d2d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Index.php
application/api/controller/Index.php
+2
-2
ImageDepot.php
application/index/controller/ImageDepot.php
+2
-1
No files found.
application/api/controller/Index.php
View file @
498360d6
...
...
@@ -37,9 +37,9 @@ class Index extends Basic
$journalAccounts
=
new
OrderModel
();
$turnover
=
$journalAccounts
->
getTurnover
();
$result
[
'averagePrice'
]
=
$user_count
;
$result
[
'turnover'
]
=
$turnover
*
4
;
//不要问为什么乘以9,产品说怎么搞就怎么搞 181220改为4
// $result['turnover'] = $turnover * 4;//不要问为什么乘以9,产品说怎么搞就怎么搞 181220改为4
$result
[
'turnover'
]
=
$turnover
*
2
;
//不要问为什么又改成2,产品说怎么搞就怎么搞 2018-12-26 16:36:59
return
$this
->
response
(
"request success"
,
"200"
,
$result
);
}
/**
...
...
application/index/controller/ImageDepot.php
View file @
498360d6
...
...
@@ -8,6 +8,7 @@ use app\index\service\ImageDepotService;
use
app\index\service\UserService
;
use
app\model\GBusinessDistrict
;
use
app\model\GImageDepot
;
use
think\Cache
;
use
think\Log
;
/**
...
...
@@ -180,7 +181,7 @@ class ImageDepot extends Basic
public
function
ceshi
()
{
echo
$this
->
systemDiskInfo
();
$systemDiskInfo
=
$this
->
systemDiskInfo
();
}
/**
...
...
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