Backend Service

This commit is contained in:
2019-03-11 02:28:31 +00:00
parent 5e55148e6d
commit 718c006882
+1 -1
View File
@@ -177,7 +177,7 @@ function processOutJson($in, $out) {
$key = sprintf("%05d", $i);
$res["result_list"][] = array(
"id" => $out["id_${key}"],
"description" => $out["cost_${key}"],
"description" => $out["description_${key}"],
"reminder" => $out["reminder_${key}"],
"start_date" => $out["start_date_${key}"],
"end_date" => $out["end_date_${key}"]