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 王常春
Show whitespace changes
Inline Side-by-side
Showing with 39 additions and 1 deletion
+39 -1
  • code-standard.md code-standard.md +39 -1
  • No files found.
code-standard.md
View page @ 1f46ae23
......@@ -96,4 +96,42 @@ class Person {
### Swagger注释文档
[swagger php参考地址案例](https://github.com/zircote/swagger-php/tree/master/Examples)。
#### Get方法
````
/**
* @OA\Get(
* path="/mp/fc",
* tags={"实地认证小程序"},
* summary="确认用户是否有权登录",
* @OA\Parameter(
* name="openid",
* in="query",
* description="openid",
* example="oKlGX5OlIfu3OaE21MXFxCOodexE",
* @OA\Schema(
* type="string"
* )
* ),
* @OA\Parameter(
* name="encryptedData",
* in="query",
* description="加密数据",
* @OA\Schema(
* type="string"
* )
* ),
* @OA\Parameter(
* name="iv",
* in="query",
* description="解密参数",
* @OA\Schema(
* type="string"
* )
* ),
* @OA\Response(
* response=200,
* description="OK"
* )
* )
*/
````
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