XDOC雲服務API(三)

3. 帳號

方法html

_func=accjson

可選參數spa

_keyorm

帳號口令xml

_rformathtm

結果格式,可選值:xml(默認)、json、htmlutf-8

成功返回值string

XML io

<?xml version="1.0" encoding="utf-8"?>form

<response success="true">

    <result dataType="map">

        <value admin="admin" />

    </result>

</response>

JSON

{

    "result":{

        "dataType":"map",

        "value":{

            "admin":"true"

        }

    },

    "success":"true"

}

4. 動態口令*

注:名稱後帶*功能表示使用管理員帳號可用。

方法

_func=dkey

可選參數

_key

管理員帳號口令

_rformat

結果格式,可選值:xml(默認)、json、html

成功返回值

XML

<?xml version="1.0" encoding="utf-8"?>

<response success="true">

    <result dataType="string">

        <![CDATA[動態key]]>

    </result>

</response>

JSON

{

    "success":"true",

    "result":{

        "dataType":"string",

        "value":"動態key"

    }

}

5. 註冊

注:只支持雲服務

方法

_func=reg

可選參數

_mail

郵箱,帳號信息會發送到該郵箱

_rformat

結果格式,可選值:xml(默認)、json、html

成功返回值

XML

<?xml version="1.0" encoding="utf-8"?>

<response success="true">

    <result dataType="string">

        <![CDATA[管理員key,只讀key]]>

    </result>

</response>

JSON

{

    "success":"true",

    "result":{

        "dataType":"string",

        "value":"管理員key,只讀key"

    }

}

6. 變動口令*

注:只支持雲服務

方法

_func=ckey

可選參數

_key

管理員帳號口令

_rformat

結果格式,可選值:xml(默認)、json、html

成功返回值

XML

<?xml version="1.0" encoding="utf-8"?>

<response success="true">

    <result dataType="string">

        <![CDATA[管理員key,只讀key]]>

    </result>

</response>

JSON

{

    "success":"true",

    "result":{

        "dataType":"string",

        "value":"管理員key,只讀key"

    }

}

相關文章
相關標籤/搜索