💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
# 5、发信-Android 推送 命令字:plg_cmd_send_push_ios | mid| 收件人手机 | | --- | --- | | template| 模板参数| | cover\_file\_url| 封面图| | title| 标题| | content| 内容| | time| 时间| | link_type| 链接类型| | link_url| 链接地址| ```   $cmd = PluginConfig::PLG\_CMD\_SEND\_IOS;         $pluginClass = PluginHelper::findPluginClass($pluginUniKey);          $input = [ 'phone'=> $phone, 'template'=> $template, 'cover_file_url'=> $cover_file_url, 'title'=> $title, 'content'=> $content, 'time'=> $time, 'link_type'=> $link_type, 'link_url'=> $link_url,         ];         $resp = PluginRpcHelper::call($pluginClass, $cmd, $input); if(PluginRpcHelper::isErrorPluginResp($resp)){ return$this->pluginError($resp);         } ```