Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
W
wiki-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 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
  • 互联网应用开发
  • wiki-php
  • Wiki
  • code standard

code standard · Changes

Page history
wangchangchun created page: synergy compiling authored Nov 20, 2019 by 王常春's avatar 王常春
Hide whitespace changes
Inline Side-by-side
Showing with 51 additions and 7 deletions
+51 -7
  • code-standard.md code-standard.md +51 -7
  • No files found.
code-standard.md
View page @ fd96dce5
......@@ -120,12 +120,56 @@ class Person {
* type="string"
* )
* ),
* @OA\Parameter(
* name="iv",
* in="query",
* description="解密参数",
* @OA\Schema(
* type="string"
* @OA\Response(
* response=200,
* description="OK"
* )
* )
*/
````
#### Post方法
````
/**
* @OA\Post(
* path="/mp/fc/action-ignore_item",
* tags={"实地认证小程序"},
* summary="提交实地认证放弃项目,真实地址/mp/fc",
* @OA\RequestBody(
* @OA\MediaType(
* mediaType="application/x-www-form-urlencoded",
* @OA\Schema(
* @OA\Property(
* property="action",
* type="string",
* default="submit_certification",
* description="ignore_item"
* ),
* @OA\Property(
* property="appoint_id",
* default="1",
* type="integer",
* description="预约id"
* ),
* @OA\Property(
* property="openid",
* type="string",
* default="oKlGX5OlIfu3OaE21MXFxCOodexE",
* description="微信openid"
* ),
* @OA\Property(
* property="main_type",
* default="1",
* type="string",
* description="1为环境,2为实力"
* ),
* @OA\Property(
* property="item_uuid",
* default="1",
* type="integer",
* description="预约uuid"
* )
* )
* )
* ),
* @OA\Response(
......@@ -134,4 +178,4 @@ class Person {
* )
* )
*/
````
````
\ No newline at end of file
Clone repository
  • 360safeguardnativeapi
  • all new classmate
  • bind phone
  • code standard
  • deploy_sys
  • edit common
  • edit master
  • envrioment
  • find psw
  • front new classmate
  • front statck
  • git
  • Home
  • idcard md5
  • ide
View All Pages