Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
titlin
Project
Project
Details
Activity
Releases
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
jiaxin.meng
titlin
Commits
c280ca4e
Commit
c280ca4e
authored
May 18, 2022
by
jiaxin.meng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
识别卡bin返回银行名称需要替换成码表的中的名称
parent
8d37614c
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
241 additions
and
2 deletions
+241
-2
pom.xml
pom.xml
+6
-1
Bin200007.java
src/main/java/com/allinpay/demo/trx/Bin200007.java
+235
-1
No files found.
pom.xml
View file @
c280ca4e
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<groupId>
com.allinpay.demo
</groupId>
<groupId>
com.allinpay.demo
</groupId>
<artifactId>
tlt
</artifactId>
<artifactId>
tlt
</artifactId>
<version>
1.0.
0
</version>
<version>
1.0.
1
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<name>
tltlin
</name>
<name>
tltlin
</name>
...
@@ -52,6 +52,11 @@
...
@@ -52,6 +52,11 @@
<artifactId>
commons-codec
</artifactId>
<artifactId>
commons-codec
</artifactId>
<version>
1.9
</version>
<version>
1.9
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.39
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
src/main/java/com/allinpay/demo/trx/Bin200007.java
View file @
c280ca4e
This diff is collapsed.
Click to expand it.
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