|
@@ -68,6 +68,8 @@ async def add_client_info(ci:client_info):
|
|
if email_cnt>0 and phone_cnt>0:
|
|
if email_cnt>0 and phone_cnt>0:
|
|
return_code = 3
|
|
return_code = 3
|
|
|
|
|
|
|
|
+ if True:
|
|
|
|
+ return_code=0
|
|
if return_code ==0 :
|
|
if return_code ==0 :
|
|
request_table = db['client_info']
|
|
request_table = db['client_info']
|
|
time_stamp = datetime.fromtimestamp(time.time())
|
|
time_stamp = datetime.fromtimestamp(time.time())
|