文档见
https://mp.weixin.qq.com/debug/wxagame/dev/document/open-api/data/wx.setUserCloudStorage.html?t=2018323
托管数据的限制
每个openid所标识的微信用户在每个游戏上托管的数据不能超过128个key-value对。
上报的key-value列表当中每一项的key+value长度都不能超过1K(1024)字节。
上报的key-value列表当中每一个key长度都不能超过128字节。
从上周开始, 每当试图存储超过128字节的value时即报错 "setUserCloudStorage:fail some key-value in list meet length exceed"