使用nexmo api更改验证文本?
使用验证API时,是否可以更改发送给用户的文本?
我在谈论这个:
$requestId = $nexmo->verify()->start([
'number' => '...',
'brand' => '...',
]);
当我意识到没有办法做到这一点(我检查了休息api),还是我误会?
您可以拥有不同的验证模板,但是,您首先需要提交新模板的请求,并且该请求必须由支持团队审查/批准。
请参阅以下文档:https://developer.nexmo.com/api/verify/templates
更重要的是:https://developer.nexmo.com/api/verify/templates#create-a-custom-template
链接地址: http://www.djcxy.com/p/5659.html