xugames

Results 1 issues of xugames

近日使用网易云信通知短信,报错,经检查无云信通知模板短信格式 做一下修改 `switch ($action) { case 'sendCode': $params = $this->buildSendCodeParams($to, $message, $config); break; case 'sendTemplate': $params = $this->buildSendMsgParams($to, $message, $config); break; case 'verifyCode': $params = $this->buildVerifyCodeParams($to, $message); break; default:` 新增sendTemplate...