Whitespace removed
这个提交包含在:
父节点
4c29c960c7
当前提交
294e126d7d
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -372,7 +372,7 @@ class API extends CI_Controller {
|
||||||
$this->logbook_model->import($record);
|
$this->logbook_model->import($record);
|
||||||
|
|
||||||
};
|
};
|
||||||
http_response_code(201 );
|
http_response_code(201);
|
||||||
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string']]);
|
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string']]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用