interest_uid_
This commit is contained in:
@@ -95,6 +95,7 @@ class ResultFormatter extends Model
|
||||
for ($i = 0; $i < $total; $i++) {
|
||||
$key = sprintf("%05d", $i);
|
||||
$res["result_list"][] = array(
|
||||
"interest_uid" => $out["interest_uid_${key}"],
|
||||
"client_id" => $out["client_id_${key}"],
|
||||
"client_uid" => $out["client_uid_${key}"],
|
||||
"client_name" => $out["client_name_${key}"],
|
||||
|
||||
Reference in New Issue
Block a user