微信支付10003,appid错误

Posted 无限REIZ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信支付10003,appid错误相关的知识,希望对你有一定的参考价值。

Redirect_uri 10003错误,微信公众号信息配置 没修改
url未注册 统一下单链接http://xxxxx.com/example/jsapi.php,配置的地址是http://xxx.com/example/
微信支付appid不存在 拆开来写WeixinJSBridge.invoke( ‘getBrandWCPayRequest‘, {"appId":"{$canshu[‘appId‘]}", //公众号名称,由商户传入 "timeStamp":"{$canshu[‘timeStamp‘]}", //时间戳,自1970年以来的秒数 "nonceStr":"{$canshu[‘nonceStr‘]}", //随机串 "package":"{$canshu[‘package‘]}", "signType":"MD5", //微信签名方式: "paySign":"{$canshu[‘paySign‘]}" //微信签名 }

  

 


以上是关于微信支付10003,appid错误的主要内容,如果未能解决你的问题,请参考以下文章

微信redirect_uri域名与后台配置不一致,错误代码10003

微信支付时调用支付jsapi缺少参数appid?

微信支付提示调用支付jsapi缺少参数appid怎么回事

微信登录报错:redirect_uri域名与后台配置不一致,错误码10003

微信支付时jsapi缺少参数appid怎么办

微信支付商户签名错误