💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
>[info] 获取通过setgamedata接口存入的游戏数据 +++ I9RIA.getGamedata *string:key#setgamedata存入时的数据自定义类型,例:submit_userinfo <<< success { //以下数据是特定数据返回,具体的要看存入时的数据格式 "a\":323, "deree":"ekwore3232", "tes":"\\u4e2d\\u6587" } <<< error 0 +++ >[info] 调用示例: ~~~ I9RIA.getGamedata('submit_userinfo', function(res) { console.log('getGamedata',res); }); ~~~