💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info] 获取贺卡信息 +++ I9RIA.getbirthdaydata *string:req_mtk#贺卡ID *string:from#贺卡发送者 <<< success { avatar: "图片base64码", text: "文字描述" bless: ["这是一个祝福语啊1","这是一个祝福语啊2"] } 注:贺卡贺卡信息(图片、文字描述、祝福语)。 <<< error 0 //失败 +++ >调用方式 ~~~ I9RIA. setbirthdaydata( datas, function(res) {}); ~~~ >[info] 调用示例: ~~~ Var params = { "req_mtk":"272099" , "from" : "otuWJjvQKhb9nn1xL8v-IRrgxct8" } ; I9RIA.getbirthdaydata( params,function(res) { console.log("getbirthday",res); } ); ~~~