Commit 96d314d9 by amateur

1

1 parent c2a1fef9
......@@ -10,7 +10,13 @@ public class ServerApi {
public static final String url_version = "";
public static final String getAdvertSettings = "storeSetting/getAdvertSettings";
// 获取广告信息
public static final String advertisement = "nafmii-app-public-server/api/app/index/getOpenScreenImage";
public static <T> void postAdvertisement(RequestBack<T> callback) {
post(advertisement, "", callback);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!