I try to add new contact via contact_add API, the code same at API Examples Using contact_add.
And I found just in case numeric email like “670827392@qq.com” not working. It return error “Unexpected Error Occurred.”.
{
“result_code”: 0
“result_message”: “Unexpected Error Occurred.”
“result_output”: “json”
“http_code”: 200
“success”: 0
“error”: “Unexpected Error Occurred.”
}
But when I put ‘x’ like “670827392x@qq.com”, it works fine.
This API really not support for numeric email?
Thanks in advance!