|
|
@@ -118,8 +118,8 @@ public class WorkPlatFragment extends BaseMVPFragment<WorkPlatPresenter> impleme
|
|
|
private void obtainCityIndustryService() {
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("kind", "app");
|
|
|
- params.put("client_type", "cc");
|
|
|
- params.put("access_token", "123456");
|
|
|
+// params.put("client_type", "cc");
|
|
|
+// params.put("access_token", "123456");
|
|
|
|
|
|
LinkedHashMap<String, Object> header = new LinkedHashMap<>();
|
|
|
header.put("Cookie", "JSESSIONID=" + com.core.utils.CommonUtil.getSharedPreferences(mContext, "sessionId"));
|