subscription routes
This commit is contained in:
@@ -16,6 +16,17 @@ from app.config import Config
|
||||
|
||||
class MyProductsService(BaseService):
|
||||
|
||||
@staticmethod
|
||||
def process_subscription(data):
|
||||
response_data = {
|
||||
"subscription": "No ready",
|
||||
"member_id": 1,
|
||||
"uid": '',
|
||||
}
|
||||
return ResponseHelper.success(data=response_data)
|
||||
|
||||
|
||||
|
||||
@staticmethod
|
||||
def process_request(data):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user