Refactor validate_phone_number of JH TencentSms
The method validate_phone_number!
raises errors by default in jh/lib/jh/sms/tencent_sms.rb
file, it's very difficult to reuse this phone validation code.
We can let this method return error messages instead of raising errors.