<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 登錄/注冊(Login) ## 賬號密碼登錄接口\[login\]【免登錄】 賬號密碼登錄接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/login ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | account | string | 是 | 賬號 | admin | | password | string | 是 | 密碼 | 123456 | ### 返回值 ~~~css { "code": 1, "msg": "登錄成功", "time": "1616748751", "data": { "token": "abb6f89c-47d1-4ac7-8687-4ac5c505714a", "user_id": 1 } } ~~~ ## 重置密碼接口\[resetpwd\]【免登錄】 重置密碼接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/resetpwd ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | type | string | 是 | 類型 | mobile | | mobile | string | 是 | 手機號碼 | 18333333333 | | email | string | 是 | 郵箱 | 123456.qq.com | | newpassword | string | 是 | 新的密碼 | 987654 | | captcha | string | 是 | 驗證碼 | 123456 | ### 返回值 ~~~json { "code": 1, "msg": "重置密碼成功", "time": "1616638965", "data": null } ~~~ ## 手機驗證碼登錄接口\[mobilelogin\]【免登錄】 手機驗證碼登錄接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/mobilelogin ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | mobile | string | 是 | 手機號碼 | 18333333333 | | captcha | string | 是 | 驗證碼 | 123456 | ### 返回值 ~~~css { "code": 1, "msg": "登錄成功", "time": "1616748751", "data": { "token": "abb6f89c-47d1-4ac7-8687-4ac5c505714a" } } ~~~ ## 注冊會員接口\[register\]【免登錄】 注冊會員接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/register ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | username | string | 是 | 用戶名 | admin | | password | string | 是 | 密碼 | 123456 | | mobile | string | 是 | 手機號碼 | 18333333333 | | code | string | 是 | 驗證碼 | 123456 | ### 返回值 ~~~css { "code": 1, "msg": "注冊成功", "time": "1616638965", "data": { "token": "abb6f89c-47d1-4ac7-8687-4ac5c505714a", "user_id": 1 } } ~~~ ## 小程序登錄接口\[wxLogin\]【免登錄】 小程序登錄接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/wxLogin ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | code | string | 是 | 小程序授權code | sdf4s6df4s6dfsdfw | | rawData | object | 是 | 小程序授權用戶信息 | {"nickName":"昵稱","gender":1,"language":"zh\_CN","city":"NanShan","province":"ShenZhen","country":"China","avatarUrl":"https://thirdwx.qlogo.cn/mmopen/vi\_32"} | ### 返回值 ~~~css { "code": 1, "msg": "授權成功!", "time": "1616749483", "data": { "user": { "id": 22, "username": "參數是", "nickname": "昵稱", "mobile": "18333333333", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32", "level": 2, "vip": 0, "gender": 0, "bio": "我的簽名", "money": "3900.90", "score": 44, "token": "007c5104-8f24-407c-a358-f0b79935ad3d", "user_id": 22, "createtime": 1616749483, "expiretime": 0, "expires_in": 31536000 }, "third": { "nickname": "昵稱", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32" } } } ~~~ ## app端微信授權登錄接口\[appLogin\]【免登錄】 app端微信授權登錄接口 ### 請求URL http://www.yoursite.com/addons/cms/api.login/appLogin ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | code | string | 是 | 微信授權code | sdf6sw6z9cfer8a9qwed5 | | scope | string | 是 | 微信scope | snaspi\_userinfo | ### 返回值 ~~~css { "code": 1, "msg": "授權成功!", "time": "1616749483", "data": { "user": { "id": 22, "username": "參數是", "nickname": "昵稱", "mobile": "18333333333", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32", "level": 2, "vip": 0, "gender": 0, "bio": "我的簽名", "money": "3900.90", "score": 44, "token": "007c5104-8f24-407c-a358-f0b79935ad3d", "user_id": 22, "createtime": 1616749483, "expiretime": 0, "expires_in": 31536000 }, "third": { "nickname": "昵稱", "avatar": "https://thirdwx.qlogo.cn/mmopen/vi_32" } } } ~~~ ## 微信授權手機號碼登錄接口\[getWechatMobile\]【免登錄】 微信授權手機號碼登錄 ### 請求URL http://www.yoursite.com/addons/cms/api.login/getWechatMobile ### 請求方法 POST ### 請求參數 | Body參數名 | 類型 | 必需 | 描述 | 示例 e.g. | | --- | --- | --- | --- | --- | | encryptedData | string | 是 | 微信加密數據encryptedData | sdfsadfasdffffff | | iv | string | 是 | 微信解密向量iv | sdfhgertweqxzcvb | | code | string | 是 | 微信授權code | sdf6sw6z9cfer8a9qwed5 | ### 返回值 ~~~css { "code": 1, "msg": "登錄成功", "time": "1616748751", "data": { "token": "abb6f89c-47d1-4ac7-8687-4ac5c505714a" } } ~~~
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看