update
This commit is contained in:
parent
1a9eccd351
commit
d58e3bb6dc
@ -122,7 +122,7 @@
|
|||||||
if (false === $result) {
|
if (false === $result) {
|
||||||
return $this->fail(MarketingContractLogic::getError());
|
return $this->fail(MarketingContractLogic::getError());
|
||||||
}
|
}
|
||||||
return $this->success('下载成功', ['url' => $result . '.xlsx'], 1, 1);
|
return $this->success('下载成功', ['url' => $result], 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function datas(): \think\response\Json
|
public function datas(): \think\response\Json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user