상용 인터페이스 문서 템 플 릿 (markdown 버 전)

목차
1. 지정 한 항목 속성 인터페이스 조회
1. 지정 한 항목 속성 조회
인터페이스 기능
항목 의 분류 정 보 를 가 져 옵 니 다.
URL
http://www.api.com/index.php
지원 형식
JSON
HTTP 요청 방식
GET
요청 매개 변수
매개 변수
반드시 선택한다
유형
설명 하 다.
name
ture
string
요청 한 항목 이름
type
true
int
요청 항목 의 종류 입 니 다.1: 유형 1;2: 유형 2.
반환 필드
반환 필드
필드 형식
설명 하 다.
status
int
결과 상 태 를 되돌리다.0: 정상;1: 오류.
company
string
소속 사
category
string
소속 유형
인터페이스 예제
주소:http://www.api.com/index.php?name="코카콜라" & type = 1
{
    "statue": 0,
    "company": "    ",
    "category": "  ",
}

markdown 원본 코드 는 다음 과 같 습 니 다:

  

1\.           

---

**1\.         **
######     
>            

###### URL
> [http://www.api.com/index.php](www.api.com/index.php)

######     
> JSON

###### HTTP    
> GET

######     
> |  |  |  |  |
|:-----  |:-------|:-----|-----                               |
|name    |ture    |string|                                |
|type    |true    |int   |       。1:   ;2:    。|

######     
> |    |    |                                |
|:-----   |:------|:-----------------------------   |
|status   |int    |      。0:  ;1:  。   |
|company  |string |                            |
|category |string |                             |

######     
>   :[http://www.api.com/index.php?name="    "&type=1](http://www.api.com/index.php?name="    "&type=1)
``` javascript
{
    "statue": 0,
    "company": "    ",
    "category": "  ",
}

좋은 웹페이지 즐겨찾기