@@ -788,8 +788,9 @@ class AlbumController extends Controller
$phone = $detail['detail'];
$action = '查看了您的电话'.$phone.',并且点击了拨号';
}
- dd(111);
+
$user = AlbumUserModel::where([['wechat_open_id',$val->open_id],['store_id',$val->store_id]])->select(['username','avatar','phone'])->first();
+ dd(111);
$data_res[] = [
'time'=>$val->created_at,
'action'=>$action,