ucap-doc/documents/업무/9월/4째주/0924.txt
Park Byung Eun c2811da4f2 sync
2020-10-07 18:46:46 +09:00

29 lines
905 B
Plaintext

ds
대화방 안에서 "이전 대화 보기" 클릭한 뒤 아이콘 보이지 않는 현상
재현 방법은 대화방내에서 이전대화 보기 클릭하고 다시 최상단으로 올라가보면 아이콘이 보이지 않음
아래 URL 2개 보낼경우 a태그 노출되며 URL이 4개로 보내지는 현상 발생.
http://www.naver.com
http://www.daum.net
crm-pro
call history
constractInfo = id 누락
export interface HistoryInfo {
/** 수/발신 전화번호(s) */
destNum?: string;
/** 수/발신 날짜 smsDt */
smsDate?: string;
/** 문자 내용 smsMsg */
content?: string;
/** 문자 구분 smsDvCd */
divCode?: SmsDivCode;
/** 주소록 정보 contactInfo */
userInfo: UserInfo;
}
LOGINRESULT { "req_type" : "Login", "LoginId" : "01011112222", "Password" : "123456", "SeqNum" : "1" } { "RespType" : "LoginResult", "Result" : "" }