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