Browse Source

微信支付回调7

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

+ 1 - 1
Controller/CloudStorage.py

@@ -958,7 +958,7 @@ class CloudStorageView(View):
         result_code = request_dict.get('result_code', None)
         asy = threading.Thread(target=ModelService.add_log,
                                args=('回调',
-                                     '回调', '进来了,微信支付成功回调:'))
+                                     '回调',result_code))
         asy.start()
         if result_code == 'SUCCESS':
             check_sign = WechatPayObject.get_notifypay(request_dict)