小游戏排行榜上报数据成功无法显示
发布于 6 年前 作者 guiying27 2502 次浏览 来自 问答

大家好、最近开始接到小游戏的排行榜需求

代码是java写的 完全按照api来操作 (https://developers.weixin.qq.com/minigame/dev/document/open-api/data/setUserStorage.html

排行榜设置审核已通关

上报数据格式一致,而且上报返回成功

但是排行榜上还是显示无人上榜

Map

<string,object>jsonmap= new HashMap<string,object>();</string,object></string,object>

ArrayList

arrayList = new ArrayList();

WxReport wxReport = new WxReport(“num”,“6”);

arrayList.add(wxReport);

jsonmap.put(“kv_list”, arrayList);

跪求各路大神、帮帮忙、万分感谢!!!

已解决、在其他地方的api 找了很久

https://developers.weixin.qq.com/minigame/dev/document/open-api/data/KVData.html

回到顶部