|
@@ -900,6 +900,8 @@ class CloudStorageView(View):
|
|
return HttpResponseRedirect(red_url)
|
|
return HttpResponseRedirect(red_url)
|
|
return response.json(0, signature)
|
|
return response.json(0, signature)
|
|
except Exception as e:
|
|
except Exception as e:
|
|
|
|
+ logger.info('11')
|
|
|
|
+ logger.info(e)
|
|
if order_qs:
|
|
if order_qs:
|
|
order_qs.update(status=10)
|
|
order_qs.update(status=10)
|
|
red_url = "{SERVER_DOMAIN}cloudstorage/payError".format(SERVER_DOMAIN=SERVER_DOMAIN)
|
|
red_url = "{SERVER_DOMAIN}cloudstorage/payError".format(SERVER_DOMAIN=SERVER_DOMAIN)
|