ecshop根据商品ID生成URL链接

//根据商品ID生成链接,如:goods.php?id=33
build_uri('goods', array('gid' => $one['goods_id']), $one['goods_name']);