|
@@ -14,11 +14,6 @@ from django.db import transaction
|
|
from django.http import HttpResponse
|
|
from django.http import HttpResponse
|
|
from django.views.generic.base import View
|
|
from django.views.generic.base import View
|
|
|
|
|
|
-from Model.models import UnicomDeviceInfo, UnicomCombo, Pay_Type
|
|
|
|
-from Object.ResponseObject import ResponseObject
|
|
|
|
-from Object.TokenObject import TokenObject
|
|
|
|
-from Object.UnicomObject import UnicomObjeect
|
|
|
|
-
|
|
|
|
|
|
|
|
class UnicomComboView(View):
|
|
class UnicomComboView(View):
|
|
pass
|
|
pass
|