Browse Source

支付宝 回调3

chenshibin 4 years ago
parent
commit
db4b272a77
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Controller/CloudStorage.py

+ 2 - 1
Controller/CloudStorage.py

@@ -825,7 +825,8 @@ class CloudStorageView(View):
 
         response = ResponseObject()
         data = request.POST.dict()
-
+        logger = logging.getLogger('log')
+        logger.info(data+ ':支付回调')
         try:
             signature = data["sign"]
             data.pop('sign')