Commit ec19d626 authored by wwccw0591's avatar wwccw0591

pc

parent 873c91b6
......@@ -340,7 +340,8 @@ class GoodsModel extends \DAO\AbstractModel {
}
}
}else{
echo $goodsSpecStr;exit;
$goodsSpec = unserialize($goodsSpecStr);
echo json_encode($goodsSpec);exit;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment