dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 注释掉支付密码验证后的余额不足检查 - 在 ApiMallOrderInfoServiceImpl 类中的 payPa...
KKSU
2025-01-17
53edc0eee839ebc3a3294cf6e85cdb795835c5b3
[xc-mall.git]
/
src
/
main
/
java
/
com
/
best
/
javaSdk
/
converter
/
util
/
jsonReader
/
JSONErrorListener.java
1
2
3
4
5
6
7
package com.best.javaSdk.converter.util.jsonReader;
public interface JSONErrorListener {
void start(String text);
void error(String message, int column);
void end();
}