attributes = get_params(); $form->store_id = $this->store_id; return $this->asJson($form->search()); } /** * 获取商品优惠详情 */ public function actionAddress() { $form = new GoodsForm(); $form->attributes = get_params(); return $this->asJson($form->getAddress()); } }