소스 검색

银联回调

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)