getStoreBusinessConfig($this->site_id)[ 'data' ][ 'value' ]; $withdraw_config = $config_model->getStoreWithdrawConfig($this->site_id)[ 'data' ][ 'value' ]; $res = [ 'business_config' => $business_config, 'withdraw_config' => $withdraw_config ]; return $this->response($this->success($res)); } }