小程序
小游戏
企业微信
微信支付
扫描小程序码分享
分账接收方格式错误
格式在一楼
错在那?
找到问题了 <receiver> 这个一次只能传一个人 所以不能用对像数组
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
$post_xml='<xml>
<appid>'.$post['appid'].'</appid>
<mch_id>'.$post['mch_id'].'</mch_id>
<nonce_str>'.$post['nonce_str'].'</nonce_str>
<receiver>{
"type":"PERSONAL_OPENID",
"RELATION_TYPE":"DISTRIBUTOR",
"ACCOUNT":'.$openid.'} </receiver>
<sign>'.$sign.'</sign>
</xml>';
这个表达错哪了,一运行就提示接收方格式错误
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
https://developers.weixin.qq.com/community/pay/doc/000284823e8460aada68dacca5b008?blockType=8
receivers 少了给s
<xml><sign>4FECF14DE453FBC3442FD1F25B1F80F91A738283C22C3C8AF3ED69399B3CA34B</sign><mch_id>1*****01</mch_id><receiver>[{"type":"PERSONAL_WECHATID","account":"acti****","name":"*文*","relation_type":"STORE_OWNER"}]</receiver><nonce_str>7cbbc409ec990f19c78c75bd1e06f215</nonce_str><sign_type>HMAC-SHA256</sign_type><appid>*****73475</appid></xml>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
$post_xml='<xml>
<appid>'.$post['appid'].'</appid>
<mch_id>'.$post['mch_id'].'</mch_id>
<nonce_str>'.$post['nonce_str'].'</nonce_str>
<receiver>{
"type":"PERSONAL_OPENID",
"RELATION_TYPE":"DISTRIBUTOR",
"ACCOUNT":'.$openid.'} </receiver>
<sign>'.$sign.'</sign>
</xml>';
这个表达错哪了,一运行就提示接收方格式错误
https://developers.weixin.qq.com/community/pay/doc/000284823e8460aada68dacca5b008?blockType=8
receivers 少了给s
<xml><sign>4FECF14DE453FBC3442FD1F25B1F80F91A738283C22C3C8AF3ED69399B3CA34B</sign><mch_id>1*****01</mch_id><receiver>[{"type":"PERSONAL_WECHATID","account":"acti****","name":"*文*","relation_type":"STORE_OWNER"}]</receiver><nonce_str>7cbbc409ec990f19c78c75bd1e06f215</nonce_str><sign_type>HMAC-SHA256</sign_type><appid>*****73475</appid></xml>