我们根据 mochi 游戏客户端的说明发送以下请求代码:
var options = {partnerID: "xxxxxxxx", id: "idx"};
options.userID = 1;
options.username = 'username';
options.gateway = 'http://example.com/game';
options.width = 320;
options.height = 300;
options.debug = true;
Mochi.addLeaderboardIntegration(options);
闪光没有反应。有没有人成功整合麻糬游戏的经验?请帮忙。