コード例 #1
0
def reject_application():
    return Account.reject_application_function()
コード例 #2
0
def check_application():
    return Account.check_application_function()
コード例 #3
0
def approve_application():
    return Account.approve_application_function()
コード例 #4
0
def modify_accInfo():
    return Account.modify_accInfo_function()
コード例 #5
0
def get_chatlists():
    return Account.get_chat_list_function()
コード例 #6
0
def view_account_application():
    return Account.view_account_application_function()
コード例 #7
0
def view_profile():
    return Account.check_application_function()
コード例 #8
0
def logout():
    return Account.logout_function()
コード例 #9
0
def signup():
    return Account.signup_function()
コード例 #10
0
def signin():
    return Account.signin_function()
コード例 #11
0
def retrieve_passphrase():
    return Account.retrieve_passphrase_function()
コード例 #12
0
def change_passphrase():
    return Account.change_passphrase_function()