|
@@ -36,7 +36,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_plant(String str) {
|
|
|
- System.out.println("A guiji_funeral_the_dead:" + str);
|
|
|
+// System.out.println("A guiji_funeral_the_dead:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_the_dead_forward", str, null);
|
|
@@ -58,7 +58,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_the_dead_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_the_dead_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral(str);
|
|
|
return r;
|
|
|
}
|
|
@@ -72,7 +72,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_pay(String str) {
|
|
|
- System.out.println("A guiji_funeral_pay:" + str);
|
|
|
+// System.out.println("A guiji_funeral_pay:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_pay_forward", str, null);
|
|
@@ -94,7 +94,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_pay_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_pay_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_pay_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral2(str);
|
|
|
return r;
|
|
|
}
|
|
@@ -108,7 +108,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_freeze(String str) {
|
|
|
- System.out.println("A guiji_funeral_freeze:" + str);
|
|
|
+// System.out.println("A guiji_funeral_freeze:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_freeze_forward", str, null);
|
|
@@ -130,7 +130,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_freeze_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_freeze_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_freeze_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral3(str);
|
|
|
return r;
|
|
|
}
|
|
@@ -144,7 +144,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_storage(String str) {
|
|
|
- System.out.println("A guiji_funeral_ashes_storage:" + str);
|
|
|
+// System.out.println("A guiji_funeral_ashes_storage:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_ashes_storage_forward", str, null);
|
|
@@ -166,7 +166,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_storage_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_ashes_storage_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_ashes_storage_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral4(str);
|
|
|
return r;
|
|
|
}
|
|
@@ -180,7 +180,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_renew(String str) {
|
|
|
- System.out.println("A guiji_funeral_ashes_renew:" + str);
|
|
|
+// System.out.println("A guiji_funeral_ashes_renew:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_ashes_renew_forward", str, null);
|
|
@@ -202,7 +202,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_renew_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_ashes_renew_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_ashes_renew_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral5(str);
|
|
|
return r;
|
|
|
}
|
|
@@ -216,7 +216,7 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_remove(String str) {
|
|
|
- System.out.println("A guiji_funeral_ashes_remove:" + str);
|
|
|
+// System.out.println("A guiji_funeral_ashes_remove:" + str);
|
|
|
ResultModel r = new ResultModel();
|
|
|
try {
|
|
|
HttpUtil.doPost(forward_url + "/api/guiji_funeral_ashes_remove_forward", str, null);
|
|
@@ -238,12 +238,12 @@ public class Guiji_Funeral extends BaseApi {
|
|
|
@Consumes(MediaType.APPLICATION_JSON)
|
|
|
@Produces(MediaType.APPLICATION_JSON)
|
|
|
public ResultModel guiji_funeral_ashes_remove_forward(String str) {
|
|
|
- System.out.println("B guiji_funeral_ashes_remove_forward:" + str);
|
|
|
+// System.out.println("B guiji_funeral_ashes_remove_forward:" + str);
|
|
|
ResultModel r = guiji_funeral_service.guiji_funeral6(str);
|
|
|
return r;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
* 查询接口
|
|
|
*/
|