FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
api_doc/controller/Order.php at master · torans/api_doc · GitHub
torans
/
api_doc
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
16
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
api_doc
/
controller
/
Order.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (29 loc) · 827 Bytes
Breadcrumbs
api_doc
/
controller
/
Order.php
Copy path
File metadata and controls
36 lines (29 loc) · 827 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
class
Order {
/**
* 测试接口
* @desc 用于获取多个用户基本信息
* @return int code 操作码,0表示成功
* @return array list 用户列表
* @return int list[].id 用户ID
* @return string list[].name 用户名字
* @return string list[].note 用户来源
* @return string msg 提示信息
*/
public
function
test
(){
return
[];
}
/**
* 测试接口1
* @desc 用于获取多个用户基本信息
* @return int code 操作码,0表示成功
* @return array list 用户列表
* @return int list[].id 用户ID
* @return string list[].name 用户名字
* @return string list[].note 用户来源
* @return string msg 提示信息
*/
public
function
demo
(){
return
[];
}
}
Back
|
FazBrowse Home
|
New Git URL