thaond / smartshop-project

Automatically exported from code.google.com/p/smartshop-project
0 stars 1 forks source link

Lấy danh sách sản phẩm ưa thích của user sai #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://10.0.2.2:8888/api/asd/product-get-interested-product/?username=tam&limit=
0

trả về
09-06 13:53:40.082: DEBUG/[RestClient](402): {"message":"Lấy danh sách 
sản phẩm được tam quan tâm thành 
công","errCode":0,"products":[{"setPagesID":[],"setCategoryKeys":["mobile_acc
essories"],"origin":"China","attributeSets":[],"lng":106.618749,"is_vat":false,"
listBuyers":[],"id":110,"username":"tam","price":3000,"address":"Tân 
Hòa Đông","description":"Chất lượng vượt 
thời gian","name":"Sạc Samsung 
wave","product_view":3,"date_post":"24-11-2010","quantity":2,"warranty":"12 
month","lat":10.764789},{"setPagesID":[],"setCategoryKeys":["laptop"],"origin":"
China","attributeSets":[],"lng":106.654902,"is_vat":false,"listBuyers":[],"id":1
00,"username":"tam","price":1000,"address":"Đường Lý 
Thường Kiệt","description":"Mới 100%","name":"Laptop 
D830","product_view":3,"date_post":"12-09-2010","quantity":2,"warranty":"12 
month","lat":10.761018},{"setPagesID":[],"setCategoryKeys":["mobile_pda_sub"],"o
rigin":"China","attributeSets":[],"lng":106.622547,"is_vat":false,"listBuyers":[
],"id":108,"username":"hieu","price":1000,"address":"Trường 
Chinh","description":"Chất lượng vượt thời 
gian","name":"Android 
G1","product_view":3,"date_post":"09-08-2010","quantity":2,"warranty":"12 
month","lat":10.831394},{"setPagesID":[],"setCategoryKeys":["accessories_desktop
"],"origin":"China","attributeSets":[],"lng":106.667114,"is_vat":false,"listBuye
rs":[],"id":101,"username":"duc","price":20,"address":"Đường 
Cách Mạng Tháng 8","description":"Bàn phím gõ 
rất mềm mại","name":"Bàn phím 
BenQ","product_view":3,"date_post":"05-08-2010","quantity":2,"warranty":"12 
month","lat":10.785636},{"setPagesID":[],"setCategoryKeys":["mobile_accessories"
],"origin":"China","attributeSets":[],"lng":106.622547,"is_vat":false,"listBuyer
s":[],"id":112,"username":"hieu","price":1000,"address":"Trường 
Chinh","description":"Chất lượng vượt thời 
gian","name":"Sạc Android 
G1","product_view":3,"date_post":"09-07-2010","quantity":2,"warranty":"12 
month","lat":10.831394},{"setPagesID":[],"setCategoryKeys":["mobile_pda_sub"],"o
rigin":"China","attributeSets":[],"lng":106.618749,"is_vat":false,"listBuyers":[
],"id":106,"username":"tam","price":3000,"address":"Tân Hòa 
Đông","description":"Chất lượng vượt thời 
gian","name":"Samsung 
wave","product_view":3,"date_post":"05-07-2010","quantity":2,"warranty":"12 
month","lat":10.764789},{"setPagesID":[],"setCategoryKeys":["mobile_pda_sub"],"o
rigin":"China","attributeSets":[],"lng":106.618749,"is_vat":false,"listBuyers":[
],"id":105,"username":"tam","price":1000,"address":"Tân Hòa 
Đông","description":"Chất lượng vượt thời 
gian","name":"Nokia 
6670","product_view":3,"date_post":"06-06-2010","quantity":2,"warranty":"12 
month","lat":10.764789},{"setPagesID":[],"setCategoryKeys":["accessories_laptop"
,"accessories_desktop"],"origin":"China","attributeSets":[],"lng":106.667114,"is
_vat":false,"listBuyers":[],"id":102,"username":"nghia","price":3,"address":"�
�ường Cách Mạng Tháng 8","description":"Tai nghe 
chất lượng tuyệt đỉnh","name":"Headphone 
Sonic","product_view":3,"date_post":"03-05-2010","quantity":2,"warranty":"6 
month","lat":10.785636},{"setPagesID":[],"setCategoryKeys":["laptop"],"origin":"
China","attributeSets":[],"lng":106.644005,"is_vat":false,"listBuyers":[],"id":1
13,"username":"tamvo","price":1200,"address":"Đường Quang 
Trung","description":"Man hình rất xịn","name":"sony vaio 
CW23","product_view":3,"date_post":"03-05-2010","quantity":2,"warranty":"12 
month","lat":10.841553},{"setPagesID":[],"setCategoryKeys":["mobile_accessories"
],"origin":"China","attributeSets":[],"lng":106.632653,"is_vat":false,"listBuyer
s":[],"id":111,"username":"duc","price":1000,"address":"Đường 
Hòa Bình","description":"Chất lượng vượt 
thời gian","name":"Sạc Nokia 
1110","product_view":3,"date_post":"05-04-2010","quantity":2,"warranty":"12 
month","lat":10.770059},{"setPagesID":[],"setCategoryKeys":["laptop"],"origin":"
Ch

date_post ko đúng định dạng dd/MM/yyyy hh:mm:ss nên parse bị lỗi

Original issue reported on code.google.com by condorhe...@gmail.com on 6 Sep 2010 at 6:59

GoogleCodeExporter commented 9 years ago
Đã fix

Original comment by aizi...@gmail.com on 6 Sep 2010 at 4:57

GoogleCodeExporter commented 9 years ago
Sau khi update thì service này ko hoạt động nữa.

11-01 16:28:16.478: DEBUG/[RestClient](289): 
http://10.0.2.2:8888/api/asd/product-get-interested-product/?username=loi&limit=
0
11-01 16:28:18.618: INFO/ActivityManager(60): Displayed activity 
com.appspot.smartshop/.ui.user.UserProductListActivity: 3050 ms (total 3050 ms)
11-01 16:28:18.818: INFO/global(289): Default buffer size used in 
BufferedReader constructor. It would be better to be explicit if an 8k-char 
buffer is required.
11-01 16:28:19.218: DEBUG/[RestClient](289): 
{"errCode":1,"service":"product-get-interested-product","message":"UndefinedServ
iceException"}

Original comment by condorhe...@gmail.com on 1 Nov 2010 at 9:31

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 1 Nov 2010 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by condorhe...@gmail.com on 1 Nov 2010 at 2:55