dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor(mall): 优化会员电话号码隐藏逻辑
KKSU
2024-12-19
4276af8de8132927af9921b9fef55fef123f5ff5
[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);
}