data
This commit is contained in:
@@ -59,9 +59,13 @@ class RegisterService(BaseService):
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# response_data = {
|
||||||
|
# "member_id": data['member_id'],
|
||||||
|
# "uid": data['uid'],
|
||||||
|
# "country": country,
|
||||||
|
# }
|
||||||
response_data = {
|
response_data = {
|
||||||
"member_id": data['member_id'],
|
"member_id": data,
|
||||||
"uid": data['uid'],
|
|
||||||
"country": country,
|
"country": country,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user