Merge remote-tracking branch 'origin/develop_new' into develop_new

This commit is contained in:
huangjian
2020-05-13 15:30:24 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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());

View File

@@ -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");
}
/**