Codeigniter編寫後台管理系統

2021-07-10 04:45:56 字數 1299 閱讀 8375

登入介面: url根據伺服器網域名稱對應更改(例如本機url就是localhost)

url/news/php/index.php/login

main= url/news/php/index.php

port

urlmethod

登入介面

main/login_api/login

post

params

other

username,password

賬號:yaojialong,12345678

port

urlmethod

頻道介面

main/news_api/get_channel

getparams

other

無port

urlmethod

自動登入介面

main/login_api/auto_login

post

params

other

username,token

port

urlmethod

根據頻道顯示對應新聞

main/news_api/show_detail_by_channel_id

getparams

other

page,channel_id

例如:channel_id:4 軍事 6 推薦 7 熱點 8 娛樂

port

urlmethod

新聞根據id顯示詳細內容的介面

main/news_api/show_detail

getparams

other

idport

urlmethod

註冊使用者的介面

main/login_api/register

post

params

other

params

port

urlmethod

插入新聞的介面

main/news_api/insert_news

getparams

other

title,text

port

urlmethod

刪除新聞的介面

main/news_api/delete_news

getparams

other

id

c 編寫後台服務

namespace zgweb.service 停止非同步 public task stopasync cancellationtoken cancellationtoken 服務的乙個執行緒 public void writealarm object state 服務的另乙個執行緒 public ...

前後臺 匯出功能的編寫

匯出 el button 然後所對應的方法 doexp else 後台 controller 匯出 exp public r exp sysholidayentity holidayentity throws exception serviceimpl 其實它就是呼叫查詢的方法 匯出 param p...

Codeigniter 基本配置

config base url config index page index.php codeigniter 根目錄下的 index.php 檔名,codeigniter 會使用它來生成鏈結位址。如果使用隱藏 index.php 的 url,將其設定為空字串 config index page c...