Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
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
zhangjun
User
Commits
8b2f5e58
Commit
8b2f5e58
authored
Sep 03, 2024
by
yanghui
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 '240903-test' 到 'release'
测试 查看合并请求
!44
parents
17383e26
24121a95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
esf_center_api.php
center/controllers/esf_center_api.php
+15
-0
No files found.
center/controllers/esf_center_api.php
View file @
8b2f5e58
...
@@ -3531,4 +3531,18 @@ class Esf_center_api extends MY_Controller {
...
@@ -3531,4 +3531,18 @@ class Esf_center_api extends MY_Controller {
return
true
;
return
true
;
}
}
public
function
test
(){
$transactionId
=
$_GET
[
'trans_id'
];
if
(
!
$transactionId
){
echo
'error'
;
exit
;
}
$this
->
load
->
model
(
"package_model"
);
$orderInfo
=
$this
->
package_model
->
getOrderInfoByTransactionId
(
$transactionId
);
if
(
empty
(
$orderInfo
)){
echo
'no order'
;
exit
;
}
$this
->
sendMsg
(
$orderInfo
);
echo
'ok'
;
exit
;
}
}
}
\ No newline at end of file
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