|
|
@@ -786,9 +786,10 @@ public class u8 extends Controller {
|
|
|
}
|
|
|
content.put("detail", detail);
|
|
|
object.put("content", content);
|
|
|
- // U8Rest rest = new U8Rest();
|
|
|
+ U8Rest rest = new U8Rest();
|
|
|
|
|
|
- // String a = rest.post(object.toString());
|
|
|
+ String a = rest.post(object.toString());
|
|
|
+ System.err.println(a);
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|
|
|
@@ -857,9 +858,9 @@ public class u8 extends Controller {
|
|
|
object.put("content", content);
|
|
|
U8Rest rest = new U8Rest();
|
|
|
|
|
|
- // String a = rest.post(object.toString());
|
|
|
- //System.err.println(a);
|
|
|
- // ((PaoSet) getThisPaoSet()).addWarning(new P2AppException("", a));
|
|
|
+ String a = rest.post(object.toString());
|
|
|
+ System.err.println(a);
|
|
|
+// ((PaoSet) getThisPaoSet()).addWarning(new P2AppException("", a));
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|