public static bool 更新一般推送(一般推送 content) { return Mongo.更新(content); }
public static bool 添加一般推送(一般推送 content) { return Mongo.添加(content); }