Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • 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 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Wiki
    • Server
    • Apis
  • test

test · Changes

Page history
guomaoye created page: server/apis/test authored Jan 08, 2021 by guomaoye's avatar guomaoye
Show whitespace changes
Inline Side-by-side
Showing with 68 additions and 0 deletions
+68 -0
  • server/apis/test.md server/apis/test.md +68 -0
  • No files found.
server/apis/test.md 0 → 100644
View page @ ede45439
### 自主公司页
#### Url
/mobile/active/detail
#### Header
content-type:x-www-form-urlencoded
#### Cookie
#### Method
POST
#### 参数
参数名称 | 是否必须 | 类型 | 说明
------- | ------- | ---- | ----
action | 是 | string | action
digest | 是 | string | 公司digest
#### 请求实例
````array
Array
(
[action] => active_info
[digest] => 5cef0e5e39cd7eecd1aa6bec77b0a915
)
````
#### 返回
````json
{
"status": 0,
"message": "请求成功!",
"data": {
"digest": "5cef0e5e39cd7eecd1aa6bec77b0a915",//公司digest
"is_claim": "2", //是否认领,0-未认领,1-已支付,已认领,2-已支付,未认领
"logo_img": "/upload/11/22.png", // logo
"claim_date_range": "2021.01.06-2021.01.06", // 认领期限
"logo_img_str": "", // logo不存在的话,方块logo文字
"logo_img_color": "", // logo不存在的话,方块logo颜色
"company_name": "小米科技有限责任公司", // 公司名
"company_phone": "17682157736", // 公司手机号
"email": "123@qq.com", // email
"address": "BEIJING TIAN AN MEN", //地址
"official_website": "BBC.QQ.COM", // 官网地址
"is_audit": 1, // 是否已编辑自主信息
"company_desc": "hello world", //公司是描述
"product_service_list": [ // 产品服务列表
{
"type": "1",
"abs": "第一个", //简介
"img": "/upload/11/1223.png", //图片地址
"desc": "描述" //描述
},
{
"type": "1",
"abs": "第一个",
"img": "/upload/11/1223.png",
"desc": "描述"
}
],
"company_honor_list": [], //荣誉列表
"company_field_list": [ // 场地列表
{
"type": "3",
"abs": "第35个",
"img": "upload/files/8c/da/8c/20/8cda8c201b7d6a92041052d229a401e7.png",
"desc": "描述aasddff"
}
]
}
}
````
\ No newline at end of file
Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage