Commit df8cbc22 authored by fallenstardust's avatar fallenstardust

更改先行卡反馈地址

parent 783be478
...@@ -162,11 +162,11 @@ public interface Constants { ...@@ -162,11 +162,11 @@ public interface Constants {
String ID2 = "[download_link]"; String ID2 = "[download_link]";
String ID3 = "#pre_release_code"; String ID3 = "#pre_release_code";
String URL_YGO233_DOWNLOAD_LINK = "https://ygo233.com/download/ygomobile"; String URL_YGO233_DOWNLOAD_LINK = "https://ygo233.com/download/ygomobile";
String URL_YGO233_ADVANCE = "https://ygo233.com/pre"; String URL_YGO233_ADVANCE = "https://ygo233.com/pre#pre_release_cards";
String URL_YGO233_DATAVER = "https://ygo233.com/pre/dataver"; String URL_YGO233_DATAVER = "https://ygo233.com/pre/dataver";
String URL_YGO233_FILE = "https://ygo233.com/pre/download-ygomobile"; String URL_YGO233_FILE = "https://ygo233.com/pre/download-ygomobile";
String URL_YGO233_FILE_ALT = "https://ygo233.com/pre/download-ygomobile/alt"; String URL_YGO233_FILE_ALT = "https://ygo233.com/pre/download-ygomobile/alt";
String URL_YGO233_BUG_REPORT = "https://ygo233.com/bugs"; String URL_YGO233_BUG_REPORT = "https://ygo233.com/pre#faq";
int PORT_YGO233 = 23333; int PORT_YGO233 = 23333;
String URL_YGO233_1 = "s1.ygo233.com"; String URL_YGO233_1 = "s1.ygo233.com";
String URL_YGO233_2 = "s2.ygo233.com"; String URL_YGO233_2 = "s2.ygo233.com";
......
...@@ -413,7 +413,6 @@ public abstract class HomeActivity extends BaseActivity implements BottomNavigat ...@@ -413,7 +413,6 @@ public abstract class HomeActivity extends BaseActivity implements BottomNavigat
@Override @Override
public void onResponse(Call call, Response response) throws IOException { public void onResponse(Call call, Response response) throws IOException {
String json = response.body().string(); String json = response.body().string();
Log.e("seesee", json);
Message message = new Message(); Message message = new Message();
message.what = TYPE_GET_VERSION_OK; message.what = TYPE_GET_VERSION_OK;
message.obj = json; message.obj = json;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment