예제 #1
0
 public static bool 更新一般推送(一般推送 content)
 {
     return Mongo.更新(content);
 }
예제 #2
0
 public static bool 添加一般推送(一般推送 content)
 {
     return Mongo.添加(content);
 }