Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • software

software · Changes

Page history
xiaolong.jin created page: base_info authored Nov 18, 2016 by 陈昌's avatar 陈昌
Hide whitespace changes
Inline Side-by-side
Showing with 19 additions and 5 deletions
+19 -5
  • software.md software.md +19 -5
  • No files found.
software.md
View page @ e31c2192
...@@ -8,24 +8,38 @@ ...@@ -8,24 +8,38 @@
#### 传参 #### 传参
``` ```
{'action': 'software', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d'} {'action': 'software', 'digest': '57cf8faa95a6107725c5177d6ee7ef8d','page':'2'}
``` ```
|传参|说明|是否必填| |传参|说明|是否必填|
|:---|:---|:---| |:---|:---|:---|
|action|接口名|是| |action|接口名|是|
|digest|公司加密名称|是| |digest|公司加密名称|是|
|page|第几页|是|
#### 返回值 #### 返回值
``` ```
{ {
status: 0, status: 0,
message: "请求成功", message: "请求成功",
data: [ data: {
list: [
{ {
software_name: "晟峰环保生产实验室流程分析软件V1.0[简称:分析流程管理系统]", software_name: "DGJC型线路道岔电子检测尺嵌入软件",
publish_date: "2006-10-01 00:00:00" publish_date: "2006-11-29"
},
{
software_name: "AT01型列车车辆制动试验监测装置手持机嵌入软件",
publish_date: "2008-06-16"
},
{
software_name: "AT01型列车车辆制动试验监测装置系统嵌入软件",
publish_date: "2008-06-16"
}
],
total_num: "13",
next_page: 3,
next_page_status: 0
} }
]
} }
``` ```
......
Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages