Browse Source

支付宝 回调4

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

+ 2 - 1
Controller/CloudStorage.py

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