陽光沙灘部落格系統後端api

2021-10-09 21:08:49 字數 2666 閱讀 8116

其他介面

以下內容就是api的具體詳情

方法:delete

引數:無

介面:/user /

body欄位:使用者id

例項:http:

//localhost:

2021

/user/

743147755047747584

返回:

方法:post

引數:無

body欄位:

介面:/user/admin_account

例項:http:

//localhost:

2021

/user/admin_account

返回:

方法:get

引數:captcha_key,不能少於13位的key

介面:/user/captcha

例項:http:

//localhost:

2021

/user/captcha?captcha_key=

1111111111111

注意:該驗證碼有效期為60秒

返回:一張具有驗證碼的**

方法:get

引數:email

介面:/user/email

例項:http:

//localhost:

2021

/user/email?email=

[email protected]

返回:

方法:get

引數:email type

介面:/user/verify_code

例項:http:

//localhost:

2021

/user/verify_code?email=

2803062371

%40qq.com&type=foget

返回:

方法:put

引數:email verify_code

介面:/user/email

例項:http:

//localhost:

2021

/user/email?email=

2477922515

%40qq.com&verify_code=

16245

返回:

方法:post

引數:captcha_code captcha_key email_code

介面:/user/join_in

body欄位:

例項:http:

//localhost:

2021

/user/join_in?captcha_code=d5esp&captcha_key=

1111111111111

&email_code=

197275

方法:get

引數:page size

介面:user/list

例項:http:

//localhost:

2021

/user/list?page=

2&size=

1注意:如果返回沒結果,最大可能就是你設定的訪問的總量大於庫裡面的總量,比如你訪問是3

*5,也就是15個,但是庫裡面就10個,會導致最後一頁乙個都沒有,所以返回介面為空.

方法:post

介面:引數:無

body引數:

body欄位:驗證碼 驗證碼key

例項:http:

//localhost:

2021

/user/login/xudzb/

1111111111111

方法:get

介面:/user/logout

例項:http://localhost:2021/user/logout

引數:無

返回:

方法:

body欄位:

body欄位:驗證碼

引數:無

介面:/user/password

例項:http://localhost:2021/user/password/587025

方法:get

body欄位:使用者id

介面:/user/user_info

例項:http://localhost:2021/user/user_info/743147755047747584

方法:put

body欄位:人類驗證碼

介面:/user/user_info

例項:http://localhost:2021/user/user_info/758733490417041408

方法:get

引數:使用者名稱

介面:/user/user_name

例項:http://localhost:2021/user/user_name?username=string

二.前端門戶

三.管理中心

12306購票系統後端優化

後端效能優化技術 前面討論了前端效能的優化技術,於是前端可能就不是瓶頸問題了。那麼效能問題就會到後端資料上來了。下面說幾個後端常見的效能優化技術。一 資料冗餘 關於資料冗餘,也就是說,把我們的資料庫的資料冗餘處理,也就是減少表連線這樣的開銷比較大的操作,但這樣會犧牲資料的一致性。風險比較大。很多人把...

後端快取系統設計要點

選擇合適的快取的分類 1.本地快取 本地呼叫,不支援分布式,呼叫較快。適合一些靜態資料,比如配置資料 遊戲商店道具等。2.分布式快取 遠端呼叫,支援分布式,呼叫較慢。適合一些全域性資料,比如排行榜,世界訊息等。快取同步方式 cache aside 讀取資料先檢查快取中是否有該資料,若有則返回資料,若...

RT Thread Ulog 檔案系統後端

文章目錄 一 建立基本工程 二 配置rt thread setting 三 掛載檔案系統 四 實現ulog檔案後端 前言本文是檔案系統掛載到 spi flash上,實現ulog檔案後端 需要提前將spi flash掛載成功 spi flash 採用的是w25q64 一 請參考rt thread st...