|
|
|
@ -88,7 +88,7 @@ def home():
|
|
|
|
|
return render_template('dashboard.html',context=context,title=title,app_names=apps)
|
|
|
|
|
|
|
|
|
|
def update_plan(uid,plan,auid=None):
|
|
|
|
|
url = ":protocol://:host/subscribe/smart-top"
|
|
|
|
|
url = ":protocol://:host/shop/subscribe/smart-top"
|
|
|
|
|
url = url.replace(":protocol",CONFIG['protocol']).replace(":host",CONFIG['api'])
|
|
|
|
|
try:
|
|
|
|
|
args = {"type":SYS_STORE['class']['read'],"args":SYS_STORE['args']}
|
|
|
|
|