Browse Source

feature:支付宝回调 验证 测试

chenjunkai 6 năm trước cách đây
mục cha
commit
4cfe38aee0
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      Controller/Test.py

+ 0 - 3
Controller/Test.py

@@ -58,9 +58,6 @@ class Test(View):
         response = ResponseObject()
 
         data = request.POST.dict()
-        print(data)
-        return response.json(0,data)
-        response = ResponseObject()
         signature = data["sign"]
         data.pop('sign')
         print(json.dumps(data))