Skip to content

Commit f23f5f2

Browse files
authored
Merge pull request #11 from falconlee236/master
UPDATE: update readme.md
2 parents 75c656d + 839b697 commit f23f5f2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Cecom project Start
22

3-
```cpp
4-
#include <iostream>
3+
Data description
54

6-
int main(void){
7-
std::cout << 'hello world!' << std::endl;
8-
return 0;
9-
}
10-
```
5+
**Basic Response Data**
6+
7+
| 변수이름 | 자료형 | 설명 | 예시 |
8+
| ---------- | ----------- | ---------------------------------------- | ----------- |
9+
| RES_STATUS | number | http 상태코드입니다. | 200 |
10+
| RES_CODE | string | 응답성공하면 'success' 아닐시 오류메시지 | 'success' |
11+
| RES_DATA | objets/list | 각 함수에 필요한 Data | 각자 데이터 |

0 commit comments

Comments
 (0)