send_mobile_verification_code
mobile:要发送验证码的手机号;code:要发送的数字验证码;
mobile
code
类型:array
类型
发送成功时返回:
[ 'error' => 0, 'message' => 'success' /*发送成功消息,会直接提示给用户*/ ]
发送失败时返回:
[ 'error' => 1, 'message' => '发送失败' /*发送失败消息,会直接提示给用户*/ ]