Merge remote-tracking branch 'origin/develop_new' into develop_new
This commit is contained in:
@@ -456,7 +456,7 @@ public class XChatApplication extends Application {
|
||||
Map<String, String> httpParams = new ArrayMap<>();
|
||||
httpParams.put("os", "android");
|
||||
httpParams.put("osVersion", Build.VERSION.RELEASE);
|
||||
httpParams.put("app", "qingxun");
|
||||
httpParams.put("app", "PlanetStar");
|
||||
httpParams.put("ispType", String.valueOf(SystemUtils.getIspType(context)));
|
||||
httpParams.put("netType", String.valueOf(SystemUtils.getNetworkType(context)));
|
||||
httpParams.put("model", SystemUtils.getPhoneModel());
|
||||
|
@@ -238,7 +238,7 @@ public class UriProvider {
|
||||
* @return
|
||||
*/
|
||||
public static String getMyIncomeUrl() {
|
||||
return JAVA_WEB_URL.concat("/accompany/index.html#/MyIncome");
|
||||
return JAVA_WEB_URL.concat("/accompany/modules/myincome/index.html#/MyIncome");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user