dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
充值地址
zj
2025-02-17
76bc979b654c23be393c9c46c9e3099cdd3785ec
[xinbi-new.git]
/
src
/
main
/
java
/
kernel
/
service
/
TwoDimensionCodeContentService.java
1
2
3
4
5
package kernel.service;
public interface TwoDimensionCodeContentService {
public String encoder(String content);
}