cpJson.put("rowdata", rowdata);
retJson = ctpn_api.postPCPushNotification(cpJson);
String messageID = retJson.getString("messageID");
// JSONArray phoneArray = retJson.getJSONArray("phoneArray");
retJson = ctpn_api.postPCPushNotificationSend(phoneID, messageID);
}
json.put("uploadKey", du.getEncodedKey());
json.put("addTime", du.getAddTime());
json.put("result", retJson);