bug
jiangqs
2023-07-23 3f1e7569d9956837d2fa305dd78a7f9583dfa3e5
1
2
3
4
5
package top.gabin.tools.request;
 
public interface GetPath {
    String getPath();
}