chenshibin 4 anni fa
parent
commit
db4b272a77
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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')