推送接口对接报错99060
<h1>推送接口对接“99060”报错</h1>
<blockquote>
<p>关键词:99060,timestamp is null,推送接口报错,欢迎语,报错</p>
</blockquote>
<p><strong>问题描述:</strong>
对接推送接口时候,系统反馈99060,系统级参数错误,提示参数错误信息:timestamp is null</p>
<p><strong>解决方案:</strong>
一般这种问题,基本都是客控方请求格式不正确导致的问题,可以重点从以下几个方面排查</p>
<ol>
<li>请优先对比请求头的content-type,是否为x-www-form-urlencoded,不是请更改成这个。</li>
</ol>
<p>2.排查您的请求json,是否可以正确被JSON格式化,可以选第三方的json格式器看一下
例如:<a href="https://www.json.cn/">https://www.json.cn/</a></p>
<p>3.请利用在线API调试工具进行调试,直接拷贝生成的代码,贴到服务中使用即可。
工具地址:<a href="https://dueros.baidu.com/business/emp/view/restdebug?pageType=welcome&toolsType=restApi">https://dueros.baidu.com/business/emp/view/restdebug?pageType=welcome&toolsType=restApi</a></p>