chenshibin 4 жил өмнө
parent
commit
db4b272a77

+ 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')