dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 修改 API接口文档和枚举类型描述
KKSU
2025-01-06
495c3565a6816decff38d85c61a9d46ca3dddad7
[xc-mall.git]
/
src
/
main
/
java
/
com
/
best
/
javaSdk
/
BaseRequest.java
1
2
3
4
5
6
7
package com.best.javaSdk;
public interface BaseRequest {
public String obtainServiceType();
BaseResponse makeResponse(String rsp, String format);
}