This commit is contained in:
weiz 2024-05-08 14:21:34 +08:00
parent 5a4dd3533c
commit 1a9eccd351

View File

@ -122,7 +122,7 @@
if (false === $result) {
return $this->fail(MarketingContractLogic::getError());
}
return $this->success('下载成功', ['url' => $result], 1, 1);
return $this->success('下载成功', ['url' => $result . '.xlsx'], 1, 1);
}
public function datas(): \think\response\Json