Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
upload
upload
· Changes
Page history
wangqs created page: upload
authored
Nov 29, 2016
by
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
upload.md
upload.md
+29
-0
No files found.
upload.md
0 → 100644
View page @
51a40e89
### 上传图片
#### 调用地址
```
http://upload.pacra.cn/uploadimage
```
#### 传参
```
javascript
{
file
:
文件
}
```
#### 返回值
```
javascript
{
"
width
"
:
220
,
"
height
"
:
220
,
"
type
"
:
"
image
\
/png
"
,
"
key
"
:
"
930c45a9f2e93fe5b37f07c0e79c72d5.png
"
,
"
path
"
:
"
upload
\
/images
\
/93
\
/0c
\
/45
\
/a9
\
/930c45a9f2e93fe5b37f07c0e79c72d5.png
"
}
```
|返回值|说明|
|:---|:---|
|type|类型|
|width|宽度|
|height|高度|
|path|文件路径,存数据库|