chenjunkai 6 năm trước cách đây
mục cha
commit
b6ddde2787
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Controller/FeedBack.py

+ 1 - 1
Controller/FeedBack.py

@@ -239,7 +239,7 @@ class FeedBackView(View):
                             fb['img_url'].append(img_url)
                             fb['FS__name'] = sm['name']
                     res.append(fb)
-                return response.json(0, {'datas':res,'count':count})
+                return response.json(0, {'datas': res, 'count': count})
             else:
                 return response.json(444, 'page,line')
         else: