浏览代码

银联回调

peng 1 年之前
父节点
当前提交
122c0ca056
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)