Administrator
2026-06-14 a8ee6e862461f8a24827fccc622c530d41f4898c
1
2
3
4
5
6
7
package com.best.javaSdk;
 
public interface BaseRequest {
    public String obtainServiceType();
 
    BaseResponse makeResponse(String rsp, String format);
}