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
87918016
Commit
87918016
authored
Mar 27, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a3f83343
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
104 additions
and
7 deletions
+104
-7
UploadFileService.php
application/api_broker/service/UploadFileService.php
+2
-0
Finance.php
application/index/controller/Finance.php
+1
-1
ImageDepot.php
application/index/controller/ImageDepot.php
+101
-6
No files found.
application/api_broker/service/UploadFileService.php
View file @
87918016
...
...
@@ -109,6 +109,8 @@ class UploadFileService
$data
[
'msg'
]
=
"上传图片类型错误"
;
return
$data
;
}
$date
=
date
(
'Ymd'
);
$path
.=
$date
;
$name_str
=
date
(
'YmdHis'
);
...
...
application/index/controller/Finance.php
View file @
87918016
...
...
@@ -92,7 +92,7 @@ class Finance extends Basic
$fields
=
'a.id,a.create_time,a.trade_type,d.internal_title,
d.internal_address,a.commission,a.practical_fee,a.scale_fee,a.order_no,
a.order_id,content,a.house_number,a.is_open,a.agent_id,a.submit_agent_name,
a.price,a.audit_level,e.id as partial_commission_id,b.user_phone,b.user_name'
;
a.price,a.audit_level,e.id as partial_commission_id,b.user_phone,b.user_name
,a.report_id
'
;
$where
[
'a.father_id'
]
=
0
;
$where
[
'a.status'
]
=
11
;
...
...
application/index/controller/ImageDepot.php
View file @
87918016
...
...
@@ -189,12 +189,107 @@ class ImageDepot extends Basic
// $is_report = $user_service->isReport($agent_id,$user_id);
// dump($is_report);
$service
=
new
HouseService
();
$house_id
=
148
;
$result
=
$service
->
getHouseVideoList
(
$house_id
);
dump
(
$result
);
big_log
(
'cehsi'
);
// $service = new HouseService();
// $house_id = 148;
//
// $result = $service->getHouseVideoList($house_id);
// dump($result);
//
// [ info ] pre2.tonglianjituan.com/broker/collectingBill [运行时间:0.174455s][吞吐率:5.73req/s] [内存消耗:2,411.84kb] [文件加载:108]
// [ info ] [ LANG ] /wwwdata/webroot/work/tl_test/thinkphp/lang/zh-cn.php
// [ info ] [ ROUTE ] array (
// 'type' => 'module',
// 'module' =>
// array (
// 0 => 'api_broker',
// 1 => 'OrderLog',
// 2 => 'collectingBill',
// ),
// 'convert' => false,
// )
// [ info ] [ HEADER ] array (
// 'user-agent' => 'okhttp/3.6.0',
// 'accept-encoding' => 'gzip',
// 'content-type' => 'application/x-www-form-urlencoded',
// 'content-length' => '702',
// 'connection' => 'close',
// 'x-forwarded-for' => '222.72.98.31',
// 'x-real-ip' => '222.72.98.31',
// 'host' => 'pre2.tonglianjituan.com',
// )
// [ info ] [ PARAM ] array (
// 'receipt_number' => '',
// 'bargain_id' => '208',
// 'remark' => '',
// 'house_number' => '不会',
// 'order_id' => '408',
// 'transfer_img' => '["20190327\\/201903271002187669.png"]',
// 'income_time' => '1553652097',
// 'order_no' => '1553052493506695',
// 'last_transfer_time' => '0',
// 'transfer_name' => '看看',
// 'collecting_bill' => '[{"type":91,"pay_type":11,"money":"666"}]',
// 'agent_name' => '测试2',
// 'AuthToken' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1Nzc1LCJuYW1lIjoiXHU2ZDRiXHU4YmQ1MiIsInBob25lIjoiMTU2MDE2NTIzNTIiLCJsZXZlbCI6MjB9LCJ0aW1lU3RhbXBfIjoxNTUzNTY2NTIwfQ.zm_H90tTb9p_SYNm2enzAapp-L_WJQcw84a-ErVlSD0',
// 'report_id' => '416',
// 'is_dividend' => '0',
// 'type_ext' => '0',
// 'agent_id' => '5775',
// 'industry_type' => '就你',
// 'received_money' => '666',
// )
// [ 2019-03-27T10:06:59+08:00 ] 172.17.0.4 172.17.0.1 POST /broker/collectingBill
// [ info ] pre2.tonglianjituan.com/broker/collectingBill [运行时间:0.162616s][吞吐率:6.15req/s] [内存消耗:2,308.40kb] [文件加载:108]
// [ info ] [ LANG ] /wwwdata/webroot/work/tl_test/thinkphp/lang/zh-cn.php
// [ info ] [ ROUTE ] array (
// 'type' => 'module',
// 'module' =>
// array (
// 0 => 'api_broker',
// 1 => 'OrderLog',
// 2 => 'collectingBill',
// ),
// 'convert' => false,
// )
// [ info ] [ HEADER ] array (
// 'user-agent' => 'okhttp/3.6.0',
// 'accept-encoding' => 'gzip',
// 'content-type' => 'application/x-www-form-urlencoded',
// 'content-length' => '660',
// 'connection' => 'close',
// 'x-forwarded-for' => '222.72.98.31',
// 'x-real-ip' => '222.72.98.31',
// 'host' => 'pre2.tonglianjituan.com',
// )
// [ info ] [ PARAM ] array (
// 'receipt_number' => '565222837',
// 'bargain_id' => '0',
// 'remark' => '',
// 'house_number' => '不会',
// 'order_id' => '408',
// 'transfer_img' => '["20190327\\/201903271006566750.png"]',
// 'income_time' => '1553652377',
// 'order_no' => '1553052493506695',
// 'last_transfer_time' => '1553652386',
// 'transfer_name' => '555',
// 'collecting_bill' => '[{"type":30,"pay_type":20,"money":"7151"}]',
// 'agent_name' => '测试2',
// 'AuthToken' => 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjp7ImlkIjo1Nzc1LCJuYW1lIjoiXHU2ZDRiXHU4YmQ1MiIsInBob25lIjoiMTU2MDE2NTIzNTIiLCJsZXZlbCI6MjB9LCJ0aW1lU3RhbXBfIjoxNTUzNTY2NTIwfQ.zm_H90tTb9p_SYNm2enzAapp-L_WJQcw84a-ErVlSD0',
// 'report_id' => '416',
// 'agent_id' => '5775',
// 'industry_type' => '就你',
// )
http
://
pre2
.
tonglianjituan
.
com
/
broker
/
reportListForPc
?
start_time
=&
end_time
=&
report_agent_name
=&
report_agent_phone
=&
internal_title
=&
user_phone
=&
order_id
=&
AuthToken
=
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9
.
eyJkYXRhIjp7ImlkIjoxLCJuYW1lIjoiXHU3YmExXHU3NDA2XHU1NDU4IiwicGhvbmUiOiJyb290IiwibGV2ZWwiOjQwfSwidGltZVN0YW1wXyI6MTU1MzY0OTgyOX0
.
YrtbIfazsr0bT3v60VhbVafX7s
-
9
OhW5NmQU3
-
FJW_Y
&
type
=
1
&
agent_id
=
1
&
site_id
=&
shop_id
=&
internal_address
=&
user_id
=&
pageNo
=
1
&
pageSize
=
10
}
...
...
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