Browse Source

银联回调

peng 1 year ago
parent
commit
122c0ca056
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/TestApi.py

+ 1 - 1
Controller/TestApi.py

@@ -1132,5 +1132,5 @@ class testView(View):
 
     @staticmethod
     def unionpayback(request_dict, response):
-        logging.info(request_dict)
+        logging.info('银联回调参数:{}'.format(request_dict))
         return response.json(0)