-new"> 23
import com.electric.chargingpile.activity.MainMapActivity;
@ -112,7 +113,10 @@ public class NewMyMessageFragment extends Fragment {
e.printStackTrace();
}
String replace = URLEncoder.encode(encode_token);
String url = MainApplication.url + "/zhannew/basic/web/index.php/tpappcomments/getmylist?userid=" + MainApplication.userId + "&token=" + replace + "&phone=" + MainApplication.userPhone + "&password=" + URLEncoder.encode(MainApplication.userPassword);
String url = MainApplication.url + "/zhannew/basic/web/index.php/tpappcomments/getmylist?userid="
+ MainApplication.userId + "&token=" + replace + "&phone=" + MainApplication.userPhone
+ "&password=" + URLEncoder.encode(MainApplication.userPassword)
+ "&version_code=" + BuildConfig.VERSION_NAME;
Log.e("url====", url);
OkHttpUtils.get()
.url(url)
|
||
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 |
|
|
| 25 | 26 |
|
| 26 | 27 |
|
| 27 | 28 |
|
|
||
| 227 | 228 |
|
| 228 | 229 |
|
| 229 | 230 |
|
| 230 |
|
|
| 231 |
|
|
| 231 | 232 |
|
| 232 | 233 |
|
| 233 | 234 |
|
|
||
| 255 | 256 |
|
| 256 | 257 |
|
| 257 | 258 |
|
| 258 |
|
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 259 |
|
|
| 267 | 260 |
|
| 268 | 261 |
|
| 269 | 262 |
|
|
||
| 295 | 288 |
|
| 296 | 289 |
|
| 297 | 290 |
|
| 298 |
|
|
| 291 |
|
|
| 299 | 292 |
|
| 300 | 293 |
|
| 301 | 294 |
|
|
||
| 314 | 307 |
|
| 315 | 308 |
|
| 316 | 309 |
|
| 317 |
|
|
| 318 |
|
|
| 319 |
|
|
| 320 |
|
|
| 321 |
|
|
| 322 |
|
|
| 323 |
|
|
| 324 |
|
|
| 325 |
|
|
| 326 |
|
|
| 310 |
|
|
| 327 | 311 |
|
| 328 | 312 |
|
| 329 | 313 |
|
|
||
| 345 | 329 |
|
| 346 | 330 |
|
| 347 | 331 |
|
| 348 |
|
|
| 332 |
|
|
| 349 | 333 |
|
| 350 | 334 |
|
| 351 | 335 |
|
|
||
| 374 | 358 |
|
| 375 | 359 |
|
| 376 | 360 |
|
| 377 |
|
|
| 378 |
|
|
| 379 |
|
|
| 380 |
|
|
| 381 |
|
|
| 382 |
|
|
| 383 |
|
|
| 384 |
|
|
| 385 |
|
|
| 361 |
|
|
| 386 | 362 |
|
| 387 | 363 |
|
| 388 | 364 |
|