个人案例
- 该帐号已注销
求解答,token,我该写成什么?
什么鬼,公众号基本配置,token我随便写几个字母,就不让我提交扫码体验
- 公众号商城支付发起,微信支付提示“调用微信支付JSAPI缺少参数:appid”?
【请求地址】:https://api.mch.weixin.qq.com/pay/unifiedorder 【请求数据】:<xml> <appid>wxc23256648d298557</appid> <mch_id>1602432867</mch_id> <nonce_str>1622155374568</nonce_str> <sign>E8EA8603AB631F75E748C853E15C0F0B</sign> <body>buy_3062021050015221001S1001</body> <attach>DEV1DB</attach> <out_trade_no>3062021050015221001S1001</out_trade_no> <total_fee>4990</total_fee> <spbill_create_ip>139.226.141.194</spbill_create_ip> <notify_url>https://wscmkj.com.cn/cb/wxpay</notify_url> <trade_type>JSAPI</trade_type> <openid>ojDP9wl59lv3dzqJnfI1fMOv99G8</openid> </xml> 【响应数据】:<xml><return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[OK]]></return_msg> <result_code><![CDATA[SUCCESS]]></result_code> <mch_id><![CDATA[1602432867]]></mch_id> <appid><![CDATA[wxc23256648d298557]]></appid> <nonce_str><![CDATA[CJObDb8D6LR0YIeG]]></nonce_str> <sign><![CDATA[C9E8012925B5E6F82C16EAF5C3A7BAD1]]></sign> <prepay_id><![CDATA[wx28064255100149772c0ea12964e1100000]]></prepay_id> <trade_type><![CDATA[JSAPI]]></trade_type> </xml> 报文看上去没问题,而且公众号appId也传过去了,我想知道哪里出错了
2021-05-28 - 微信支付小程序中发送请求,参数不正确
2020-10-15 18:39:45.016 ERROR 27052 --- [nio-8080-exec-9] c.i.u.app.api.order.OrderServiceImpl : [微信支付] 异常 com.github.binarywang.wxpay.exception.WxPayException: 必填字段 [spbillCreateIp] 必须提供值
2020-10-15 - 关于小程序中,获取手机信息的问题,为什么为空?
com.github.binarywang.wxpay.exception.WxPayException: 必填字段 [spbillCreateIp] 必须提供值 at com.github.binarywang.wxpay.bean.request.BaseWxPayRequest.checkFields(BaseWxPayRequest.java:137) ~[weixin-java-pay-3.3.0.jar!/:na] at com.github.binarywang.wxpay.bean.request.BaseWxPayRequest.checkAndSign(BaseWxPayRequest.java:227) ~[weixin-java-pay-3.3.0.jar!/:na] at com.github.binarywang.wxpay.bean.request.WxPayUnifiedOrderRequest.checkAndSign(WxPayUnifiedOrderRequest.java:370) ~[weixin-java-pay-3.3.0.jar!/:na] at com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl.unifiedOrder(BaseWxPayServiceImpl.java:384) ~[weixin-java-pay-3.3.0.jar!/:na] at com.github.binarywang.wxpay.service.impl.BaseWxPayServiceImpl.createOrder(BaseWxPayServiceImpl.java:302) ~[weixin-java-pay-3.3.0.jar!/:na] at com.iotechn.unimall.app.api.order.OrderServiceImpl.wxPrepay(OrderServiceImpl.java:466) ~[unimall-app-api-0.0.1-RELEASE.jar!/:0.0.1-RELEASE] at com.iotechn.unimall.app.api.order.OrderServiceImpl$$FastClassBySpringCGLIB$$60ccb9bb.invoke(<generated>) [unimall-app-api-0.0.1-RELEASE.jar!/:0.0.1-RELEASE] at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) [spring-core-5.2.4.RELEASE.jar!/:5.2.4.RELEASE] 微信小程序支付接口,这个spbillCreateIp 到底是什么?
2020-10-15