浏览代码

微信支付回调9

chenshibin 4 年之前
父节点
当前提交
53fdbcdb80
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      Controller/CloudStorage.py

+ 1 - 4
Controller/CloudStorage.py

@@ -956,10 +956,7 @@ class CloudStorageView(View):
 
 
     def do_pay_by_wechat_callback(self, request_dict, response):
     def do_pay_by_wechat_callback(self, request_dict, response):
         result_code = request_dict.get('result_code', None)
         result_code = request_dict.get('result_code', None)
-        asy = threading.Thread(target=ModelService.add_log,
-                               args=('回调',
-                                     '回调','微信回调成功'))
-        asy.start()
+
         try:
         try:
             if result_code == 'SUCCESS':
             if result_code == 'SUCCESS':
                 check_sign = WechatPayObject.get_notifypay(request_dict)
                 check_sign = WechatPayObject.get_notifypay(request_dict)