update tương ứng với db mới
This commit is contained in:
@@ -71,7 +71,7 @@ class ApiController extends Controller {
|
||||
"Staff" => $post["id"],
|
||||
"Time" => $time,
|
||||
"Image" => $fileName,
|
||||
"Confidence" => $post["confidence"]
|
||||
"Confidence" => strval($post["confidence"])
|
||||
]);
|
||||
Yii::$app->response->format = "json";
|
||||
return ["status" => "success"];
|
||||
|
||||
Reference in New Issue
Block a user