data($result); } /** * @notes 交易设置 * @return \think\response\Json * @author Tab * @date 2021/7/27 11:31 */ public function setConfig() { $params = (new TransactionSettingsValidate())->post()->goCheck(); TransactionSettingsLogic::setConfig($params); return $this->success('设置成功'); } }