We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4744230 commit d099b0bCopy full SHA for d099b0b
README.md
@@ -1,4 +1,4 @@
1
-# tlbbBilling
+# billing_java
2
这是一个用 java 编写的验证程序
3
4
# 参考了[liuguang](https://github.com/liuguangw/billing_go)
@@ -12,8 +12,8 @@
12
# 配置文件
13
- config.json
14
# 如何运行
15
- - [点此下载或自行编译jar包](https://github.com/ashortname/tlbbBilling/releases):
+ - [点此下载或自行编译jar包](https://github.com/ashortname/billing_java/releases):
16
```bash
17
# 进入jar包所在目录
18
-java -jar tlbbBilling.jar
+java -jar *.jar
19
```
0 commit comments