|
...
|
...
|
@@ -151,8 +151,8 @@ class BTemplateController extends BaseController |
|
|
|
* @time :2023/10/24 11:27
|
|
|
|
*/
|
|
|
|
public function getDetailInfo(BTemplateLogic $BTemplateLogic){
|
|
|
|
$info = $BTemplateLogic->getDetail();
|
|
|
|
$this->response('success',Code::SUCCESS,$info);
|
|
|
|
$html = $BTemplateLogic->getDetail();
|
|
|
|
$this->response('success',Code::SUCCESS,['html'=>$html]);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|