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
22c309a6
Commit
22c309a6
authored
Dec 26, 2018
by
zw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
时间轴
parent
8390f70f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
PayLog.php
application/api_broker/controller/PayLog.php
+5
-1
No files found.
application/api_broker/controller/PayLog.php
View file @
22c309a6
...
@@ -79,7 +79,7 @@ class PayLog extends Basic
...
@@ -79,7 +79,7 @@ class PayLog extends Basic
if
(
!
isset
(
$params
[
"agent_id"
])
||
!
isset
(
$params
[
"agent_name"
])
||
!
isset
(
$params
[
"report_id"
])
||
if
(
!
isset
(
$params
[
"agent_id"
])
||
!
isset
(
$params
[
"agent_name"
])
||
!
isset
(
$params
[
"report_id"
])
||
!
isset
(
$params
[
"order_id"
])
||
!
isset
(
$params
[
"order_no"
])
||
!
isset
(
$params
[
"name"
])
||
!
isset
(
$params
[
"phone"
])
!
isset
(
$params
[
"order_id"
])
||
!
isset
(
$params
[
"order_no"
])
||
!
isset
(
$params
[
"name"
])
||
!
isset
(
$params
[
"phone"
])
||
!
isset
(
$params
[
"refund_money"
])
||
!
isset
(
$params
[
"bank"
])
||
!
isset
(
$params
[
"card_no"
])
||
!
isset
(
$params
[
"refund_money"
])
||
!
isset
(
$params
[
"bank"
])
||
!
isset
(
$params
[
"card_no"
])
||
!
isset
(
$params
[
"re
mark_img"
])
||
!
isset
(
$params
[
"re
ceipt_number"
])
||
!
isset
(
$params
[
"type"
])
||
!
isset
(
$params
[
"receipt_number"
])
||
!
isset
(
$params
[
"type"
])
||
!
isset
(
$params
[
"refund_cause"
])
||
!
isset
(
$params
[
"refund_way"
]))
{
||
!
isset
(
$params
[
"refund_cause"
])
||
!
isset
(
$params
[
"refund_way"
]))
{
return
$this
->
response
(
"101"
,
"请求参数错误"
);
return
$this
->
response
(
"101"
,
"请求参数错误"
);
}
}
...
@@ -103,7 +103,11 @@ class PayLog extends Basic
...
@@ -103,7 +103,11 @@ class PayLog extends Basic
"pay_log_id" => 1, //支付id
"pay_log_id" => 1, //支付id
"refund_way" => 0, //退款方式:0银行卡
"refund_way" => 0, //退款方式:0银行卡
);*/
);*/
$refund_id
=
isset
(
$params
[
"refund_id"
])
?
$params
[
"refund_id"
]
:
0
;
$refund_id
=
isset
(
$params
[
"refund_id"
])
?
$params
[
"refund_id"
]
:
0
;
if
(
$refund_id
==
0
&&
!
isset
(
$params
[
"remark_img"
])){
return
$this
->
response
(
"101"
,
"请上传图片"
);
}
$agent_id
=
$params
[
"agent_id"
];
$agent_id
=
$params
[
"agent_id"
];
$agent_name
=
$params
[
"agent_name"
];
$agent_name
=
$params
[
"agent_name"
];
$report_id
=
$params
[
"report_id"
];
$report_id
=
$params
[
"report_id"
];
...
...
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