|
@@ -846,13 +846,15 @@ class Index extends Api
|
|
|
}
|
|
|
Db::commit();
|
|
|
|
|
|
- $gift_greet = Db::name('gift_greet')->find();
|
|
|
+ //不需要送礼物了
|
|
|
+ /*$gift_greet = Db::name('gift_greet')->find();
|
|
|
if ($gift_greet) {
|
|
|
$gift_greet['special'] = one_domain_image($gift_greet['special']);
|
|
|
$gift_greet['image'] = one_domain_image($gift_greet['image']);
|
|
|
} else {
|
|
|
$gift_greet = (object)[];
|
|
|
- }
|
|
|
+ }*/
|
|
|
+ $gift_greet = (object)[];
|
|
|
|
|
|
$this->success('操作成功', $gift_greet);
|
|
|
}
|