|
@@ -49,8 +49,8 @@ class Test(View):
|
|
|
return super(Test, self).dispatch(*args, **kwargs)
|
|
|
|
|
|
def get(self, request, *args, **kwargs):
|
|
|
- response = ResponseObject()
|
|
|
- return response.json(474)
|
|
|
+ # response = ResponseObject()
|
|
|
+ # return response.json(474)
|
|
|
return self.updatePrimaryMaster()
|
|
|
# 增加
|
|
|
|