Commit 1f633d89 authored by clone's avatar clone Committed by hujun

bug

parent a67609f7
...@@ -224,7 +224,7 @@ class ChatService ...@@ -224,7 +224,7 @@ class ChatService
foreach ($agentsResult as $v) { foreach ($agentsResult as $v) {
if ($v["user_pic"]) { if ($v["user_pic"]) {
$v["user_pic"] = IMG_PATH . $v["user_pic"]; $v["user_pic"] = TEST_ADMIN_URL_TL.'user_header/'. $v["user_pic"];
} }
$v["only_id"] = $chat_user_arr [$v["user_phone"]]; $v["only_id"] = $chat_user_arr [$v["user_phone"]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment