作者 王智

1

@@ -580,6 +580,7 @@ class Index extends Api @@ -580,6 +580,7 @@ class Index extends Api
580 if (empty($Array)) { 580 if (empty($Array)) {
581 $this->error('参数错误'); 581 $this->error('参数错误');
582 } 582 }
  583 + $Array['portrait_image2'] = $Array['portrait_image'];
583 $Array['portrait_image'] = $this->ImgUrl($Array['portrait_image']); 584 $Array['portrait_image'] = $this->ImgUrl($Array['portrait_image']);
584 if (strstr($Array['after_images'], ',')) { 585 if (strstr($Array['after_images'], ',')) {
585 $AfterImg = explode(',', $Array['after_images']); 586 $AfterImg = explode(',', $Array['after_images']);
@@ -593,7 +594,6 @@ class Index extends Api @@ -593,7 +594,6 @@ class Index extends Api
593 } 594 }
594 $Array['after_images'] = $AfterImg; 595 $Array['after_images'] = $AfterImg;
595 $Array['after_images2'] = $AfterImg2; 596 $Array['after_images2'] = $AfterImg2;
596 - $Array['qrcode_image2'] = $Array['qrcode_image'];  
597 $Array['qrcode_image'] = $this->ImgUrl($Array['qrcode_image']); 597 $Array['qrcode_image'] = $this->ImgUrl($Array['qrcode_image']);
598 $this->success('成功', $Array); 598 $this->success('成功', $Array);
599 } 599 }