0

在向 Walmart API 提交 POST 请求时。项目 Feed已完全提交,并且 Feed Id 也已生成。

但是,在使用Feed Status检查该 Feed ID 的详细信息时,我遇到了以下错误。

[row,col {unknown-source}] 处未声明的一般实体“rsquo”

stdClass Object
(
    [ingestionError] => Array
        (
            [0] => stdClass Object
                (
                    [type] => DATA_ERROR
                    [code] => ERR_EXT_DATA_0801001
                    [field] => IB
                    [description] => Undeclared general entity "rsquo"
 at [row,col {unknown-source}]: [14,49]
                )

        )

)
4

1 回答 1

0

这是描述文本的问题。

' =右引号_ _

我已将 ' 替换为’

还有其他问题,例如hellip (...) 我用….

我采取的参考如下:

https://www.htmlhelp.com/reference/html40/entities/symbols.html

于 2020-01-05T09:05:42.607 回答