合并冲突
This commit is contained in:
commit
2e67bcd48b
|
@ -6,9 +6,9 @@ import traceback
|
|||
import uuid
|
||||
|
||||
import requests
|
||||
from requests.exceptions import RequestException
|
||||
from django.conf import settings
|
||||
from rest_framework.exceptions import APIException, ParseError
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
from apps.third.errors import DH_REQUEST_ERROR
|
||||
from apps.third.models import Tlog
|
||||
|
|
|
@ -5,9 +5,9 @@ import uuid
|
|||
import logging
|
||||
|
||||
import requests
|
||||
from requests.exceptions import RequestException
|
||||
from rest_framework.exceptions import APIException, ParseError
|
||||
from django.conf import settings
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
from apps.third.errors import SP_REQUEST_ERROR
|
||||
from apps.third.models import Tlog
|
||||
|
|
|
@ -4,9 +4,9 @@ from threading import Thread
|
|||
import traceback
|
||||
import uuid
|
||||
import requests
|
||||
from requests.exceptions import RequestException
|
||||
from django.conf import settings
|
||||
from rest_framework.exceptions import APIException, ParseError
|
||||
from requests.exceptions import RequestException
|
||||
|
||||
from apps.third.errors import XX_REQUEST_ERROR
|
||||
from apps.third.models import Tlog
|
||||
|
|
Loading…
Reference in New Issue