Golang gin開源實例學習

返回值

字段:code、msg、dataapi

舉例spa

# 失敗
{
    "code": 10001,
    "msg": "已存在該標籤名稱",
    "data": null
}

#成功
{
    "code": 200,
    "msg": "ok",
    "data": null
}

接口列表code

 

模塊 接口 協議 參數 返回值 示例

標籤blog

     

/api/v1/tags  GET

name接口

stateit

   {

"code": 200,
"msg": "ok",
"data": {
"lists": [{
"id": 4,
"created_on": 1580484919,
"modified_on": 1580484919,
"deleted_on": 0,
"name": "tag1",
"created_by": "jihite",
"modified_by": "",
"state": 0
}],
"total": 1
}
}table

/api/v1/tags  POST

nameclass

created_byimport

stateim

 

{
"code": 200,
"msg": "ok",
"data": null
}

 
/api/v1/tags/:id  PUT      
/api/v1/tags/:id  DELETE      
/api/v1/tags/export
 POST      
/api/v1/tags/import  POST      
文件                
         
         
         
         
         

 

dd

相關文章
相關標籤/搜索