Rename import-count-field of return
这个提交包含在:
父节点
0ad31bb000
当前提交
d0d740bc34
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -227,7 +227,7 @@ class API extends CI_Controller {
|
|||
|
||||
};
|
||||
http_response_code(201);
|
||||
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string'], 'created' => $return_count, 'messages' => $return_msg ]);
|
||||
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string'], 'imported_count' => $return_count, 'messages' => $return_msg ]);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用