|
@@ -50,6 +50,7 @@ async def add_subclient_info(req:subreq):
|
|
|
sub_table = db['Subscribe']
|
|
|
time_stamp = datetime.fromtimestamp(time.time()).strftime("%Y-%m-%d %H:%M:%S")
|
|
|
pk = sub_table.insert({'email':req.email,'timestamp':time_stamp})
|
|
|
+ make_ci_df()
|
|
|
return {'msg':code}
|
|
|
|
|
|
@app.get("/get_sub_list")
|