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