dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
refactor: 将项目名称从 E2Mart 修改为 RunStep- 更新了多个文件中的项目名称,包括 HTML 模板和日志输出 - 修改涉及错误...
KKSU
2024-12-19
dcd66c909dd1f2400c5338aa77269b9eacf67bf1
[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);
}