|
|
@@ -110,7 +110,17 @@ public class SessionInteractor {
|
110
|
110
|
long milisec = System.currentTimeMillis();
|
111
|
111
|
bean.photoName = milisec+".jpg";
|
112
|
112
|
bean.photoId = milisec;
|
113
|
|
- bean.photoPath = "http://e.hiphotos.baidu.com/image/h%3D200/sign=31e61d6532f33a87816d071af65d1018/95eef01f3a292df504213240b4315c6035a87381.jpg";
|
|
113
|
+ if(milisec%5==0){
|
|
114
|
+ bean.photoPath = "http://img.pconline.com.cn/images/upload/upc/tx/wallpaper/1408/11/c0/37303155_1407746429945_800x600.jpg";
|
|
115
|
+ }else if(milisec%5==1){
|
|
116
|
+ bean.photoPath ="http://img.pconline.com.cn/images/upload/upc/tx/wallpaper/1408/07/c0/37179063_1407421362265_800x600.jpg";
|
|
117
|
+ }else if(milisec%5==2){
|
|
118
|
+ bean.photoPath ="http://h.hiphotos.baidu.com/zhidao/pic/item/6d81800a19d8bc3ed69473cb848ba61ea8d34516.jpg";
|
|
119
|
+ }else if(milisec%5==3){
|
|
120
|
+ bean.photoPath ="http://img.boqiicdn.com/Data/BK/A/1607/25/imagick97881469425045_y.jpg";
|
|
121
|
+ }else{
|
|
122
|
+ bean.photoPath = "http://img.pconline.com.cn/images/upload/upc/tx/wallpaper/1408/11/c0/37303160_1407746433139_800x600.jpg";
|
|
123
|
+ }
|
114
|
124
|
bean.captureTime = bean.photoId;
|
115
|
125
|
bean.isRawPhoto = false;
|
116
|
126
|
bean.isUploaded = false;
|