dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 添加会员列表页面
KKSU
2025-03-12
191be8a61b2636fabbfee70ae09ef998de620ff5
[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);
}