{
    "msg_type": 3,
    "holder": {
      "requirement": [
        {
            "hehe": "1",
            "heihei": "2"
        }
      ],
    "alert": ""
  }

推送的消息内容如上

在ios收到的数据
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler

userInfo是收到的数据, 其中 requirement.hehe heihei 两个键 变成了 :hehei :heihei , 多了个冒号
在控制台的消息记录中, 数据格式是正常的 没有 冒号

非常抱歉,这个是我们的问题,立即做修复。感谢您的提醒。

你好,问题已经修复,可以再尝试看看。非常感谢。