Commit c280ca4e authored by jiaxin.meng's avatar jiaxin.meng

识别卡bin返回银行名称需要替换成码表的中的名称

parent 8d37614c
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment