浏览代码

微信支付回调3

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

+ 1 - 0
Controller/CloudStorage.py

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