抓包POST的提交URL: …… /admin.php?s=news&c=home&m=add&catid=0
通過POST提交時返回:
{
"title": "CodeIgniter\\Exceptions\\PageNotFoundException",
"type": "CodeIgniter\\Exceptions\\PageNotFoundException",
"code": 404,
"message": "Controller method is not found: add",
"file": "/www/wwwroot/demo/dayrui/CodeIgniter72/System/CodeIgniter.php",
"line": 1002,
"trace": [
{ ……………………省略
請求地址錯了。api地址只能前臺和用戶中心,不能是后臺地址
參考文檔:《任意頁面的數(shù)據(jù)提交接口》
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!