Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baa-pay-server
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
贺超
baa-pay-server
Commits
91a2b929
Commit
91a2b929
authored
Sep 28, 2021
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
创建项目
parent
d416f6c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
pom.xml
baa-pay-notice/pom.xml
+0
-5
TransactionController.java
...ain/java/cn/quant/baa/pay/rest/TransactionController.java
+0
-5
No files found.
baa-pay-notice/pom.xml
View file @
91a2b929
...
...
@@ -50,11 +50,6 @@
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
cn.quant.baa.pay
</groupId>
<artifactId>
baa-pay-server
</artifactId>
<version>
1.0.0
</version>
</dependency>
</dependencies>
<build>
...
...
baa-pay-notice/src/main/java/cn/quant/baa/pay/rest/TransactionController.java
View file @
91a2b929
...
...
@@ -5,14 +5,12 @@ import cn.quant.baa.pay.acquirer.AcquirerPropertiesSource;
import
cn.quant.baa.pay.annotation.BusinessMapping
;
import
cn.quant.baa.pay.config.DictionaryViewer
;
import
cn.quant.baa.pay.model.dto.DictionaryItemDTO
;
import
cn.quant.baa.pay.service.TransactionService
;
import
cn.quant.spring.ProfileException
;
import
org.slf4j.Logger
;
import
org.slf4j.LoggerFactory
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.http.ResponseEntity
;
import
org.springframework.web.bind.annotation.*
;
import
reactor.netty.http.server.HttpServerRequest
;
import
java.util.Map
;
...
...
@@ -28,9 +26,6 @@ public class TransactionController extends BusinessController {
private
static
final
Logger
logger
=
LoggerFactory
.
getLogger
(
TransactionController
.
class
);
@Autowired
private
TransactionService
transactionService
;
@Autowired
private
AcquirerPropertiesSource
acquirerPropertiesSource
;
...
...
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