我通过 https://work.weixin.qq.com/api/doc/90000/90135/92323 外部联系人openid转换 的接口获取的openid 去发送企业红包的时候,返回错误提示:openid错误,不知道是什么原因,错在哪里了?
<xml>
<return_code>
<![CDATA[SUCCESS]]>
</return_code>
<return_msg>
<![CDATA[openid错误]]>
</return_msg>
<result_code>
<![CDATA[FAIL]]>
</result_code>
<err_code>
<![CDATA[OPENID_ERROR]]>
</err_code>
<err_code_des>
<![CDATA[openid错误]]>
</err_code_des>
</xml>
你好,应该是转换出来的openid对应的应用不是用来支付的那个应用,可以给一下调用参数和返回结果
<xml>
<mch_billno>23423525236</mch_billno>
<agentid>3010046</agentid>
<re_openid>o0qj00hYopjCtKZf9HRej9vLEckE</re_openid>
<total_amount>5</total_amount>
<wishing>任务奖励</wishing>
<act_type>RENWUBAO</act_type>
<act_id>1392749398240399360</act_id>
<act_name>任务活动22</act_name>
<remark>好的</remark>
<scene_id>PRODUCT_1</scene_id>
<nonce_str>vq8YZgqztrmyjbMM</nonce_str>
<sign>FE7DE29B740B8979A02FFA303DF5993F</sign>
<mch_id>1349613101</mch_id>
<wxappid>ww9fffe9b123be08b4</wxappid>
<workwx_sign>59D779C3D8780C9D78120DF05CA69437</workwx_sign>
</xml>
<xml>
<return_code>
<![CDATA[SUCCESS]]>
</return_code>
<return_msg>
<![CDATA[openid错误]]>
</return_msg>
<result_code>
<![CDATA[FAIL]]>
</result_code>
<err_code>
<![CDATA[OPENID_ERROR]]>
</err_code>
<err_code_des>
<![CDATA[openid错误]]>
</err_code_des>
</xml>
感谢你的回复,问题尚未解决,这是报文,谢谢
<xml>
<mch_billno>2021213423525236</mch_billno>
<sender_name>活动</sender_name>
<re_openid>o0qj00hYopjCtKZf9HRej9vLEckE</re_openid>
<total_amount>1</total_amount>
<wishing>任务奖励</wishing>
<act_name>任务活动22</act_name>
<remark>好的</remark>
<scene_id>PRODUCT_3</scene_id>
<nonce_str>pRIJlraQGpzyYQJs</nonce_str>
<sign>475EC3ED296C13732BD9A343F482B08B</sign>
<mch_id>1349613101</mch_id>
<wxappid>ww9fffe9b123be08b4</wxappid>
<workwx_sign>5F106D6FD48E5C80B02D651D9066E733</workwx_sign>
</xml>
<xml>
<return_code>
<![CDATA[SUCCESS]]>
</return_code>
<return_msg>
<![CDATA[参数错误:agentid为空,sender_name或sender_header_media_id必填]]>
</return_msg>
<result_code>
<![CDATA[FAIL]]>
</result_code>
<err_code>
<![CDATA[PARAM_ERROR]]>
</err_code>
<err_code_des>
<![CDATA[参数错误:agentid为空,sender_name或sender_header_media_id必填]]>
</err_code_des>
</xml>
openid和appid不匹配
不要沉啊