Magento 返回json数据

magento拥有自己返回json数据的方法

 $this->getResponse()->setHeader('Content-type', 'application/json');

$this->getResponse()->setBody(Mage::helper('core')->jsonEncode($response));

猜你喜欢

转载自blog.csdn.net/xiangxixia/article/details/85067194