version:3.7beta
fix:移除HTTPInterface,所有请求在NetInterfaceManager进行 update:
This commit is contained in:
17
app/src/main/java/com/aoleyun/sn/bean/AppLimit.java
Normal file
17
app/src/main/java/com/aoleyun/sn/bean/AppLimit.java
Normal file
@@ -0,0 +1,17 @@
|
||||
package com.aoleyun.sn.bean;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
public class AppLimit implements Serializable {
|
||||
private static final long serialVersionUID = -4550724319678357614L;
|
||||
|
||||
String result;
|
||||
|
||||
public String getResult() {
|
||||
return result;
|
||||
}
|
||||
|
||||
public void setResult(String result) {
|
||||
this.result = result;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user