New Function #13
openNew Function #10: {API] 사용자 API 개발 (USER API development)
[API] Message/Avatar
Description
Related issues
Updated by Deca Park about 2 years ago
- Copied from New Function #11: [API] Common/Login/Logout/Signup added
Updated by Deca Park about 2 years ago
- Copied to New Function #14: [API] Docent added
Updated by bryant bryant about 2 years ago
- Status changed from New to In Progress
Updated by bryant bryant about 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
[API Test Issues]
1.POST /message
1) validate request parameters
a) docent_seq
- if value is not integer, return "common.error.inputValue" with parameter name & value
b) docent_all_flag
- if value is not 1 or 0, return "common.error.inputValue" with parameter name & value
c) send_date
- check if value is date format (YYYYMMDDHIMMSS or YYYYMMDDHIMM)
2.POST /avatar
1) process
- server error happens because of thumb_file
nested exception is cubrid.jdbc.driver.CUBRIDException: Operation would have caused one or more unique constraint violations. INDEX pk_st_files_file_seq(B+tree: 0|4672|4673) ON CLASS st_files(CLASS_OID: 0|205|2). key: 4(OID: 0|4165|39).[CAS INFO-218.232.78.84:30000,2,3291707],[SESSION-349442],[URL-jdbc:cubrid:218.232.78.84:30000:nmkpg_cyber:nmkpg_cyber:********:?charset=UTF-8].
Updated by bryant bryant about 2 years ago
- Status changed from Feedback to In Progress
- Assignee changed from bryant bryant to Deca Park