...
|
...
|
@@ -1022,12 +1022,19 @@ class Index extends Api |
|
|
$ObBanner[$k]['Web'] = $v['web'];
|
|
|
}
|
|
|
}
|
|
|
if (!empty($Array['user_id']) && $Array['user_id'] != null && $Array['user_id'] != '') {
|
|
|
$Enmu = 1;
|
|
|
} else {
|
|
|
$Enmu = 2;
|
|
|
}
|
|
|
$List = [
|
|
|
'PortraitImage' => $this->ImgUrl($Array['portrait_image']),
|
|
|
'MoBanId' => $Array['moban_id'],
|
|
|
'QrcodeImage' => $this->request->domain() . ($Array['qrcode_image']),
|
|
|
'Title' => $Array['title'],
|
|
|
'Content' => $Array['content'],
|
|
|
'On' => $Array['on'],
|
|
|
'Enmu' => $Enmu,
|
|
|
'FamilyName' => $Array['family_name'],
|
|
|
'FamilyMobile' => $Array['family_mobile'],
|
|
|
'Createtime' => date('Y-m-d', $Array['createtime']),
|
...
|
...
|
@@ -1043,6 +1050,7 @@ class Index extends Api |
|
|
'thank_lng' => $Array['thank_lng'],
|
|
|
'thank_lat' => $Array['thank_lat'],
|
|
|
'thank_time' => $Array['thank_time'],
|
|
|
'RoundType' => $Array['round_type'],
|
|
|
'GiftArray' => $Gift,
|
|
|
'SellerArray' => $Seller,
|
|
|
'ObBanner' => $ObBanner
|
...
|
...
|
|