| xqd
@@ -1899,6 +1899,8 @@ class AlbumController extends Controller
|
|
|
if(!empty($customer)){
|
|
|
$user = AlbumUserModel::where([['store_id',$store_id],['open_id',$open_id]])->first();
|
|
|
$customer->phone = $user->phone;
|
|
|
+ $customer->avatar = $user->avatar;
|
|
|
+ $customer->username = $user->username;
|
|
|
}
|
|
|
return $this->api(compact('customer'));
|
|
|
}
|