Commit f7312cdb authored by clone's avatar clone Committed by hujun

头像

parent de11c73a
......@@ -226,7 +226,7 @@ class ChatService
foreach ($agentsResult as $v) {
if ($v["user_pic"]) {
$v["user_pic"] = TEST_ADMIN_URL_TL . 'user_header/' . $v["user_pic"];
$v["user_pic"] = ADMIN_URL_TL . 'user_header/' . $v["user_pic"];
}
$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