测试支付报错
来源:7-3 支付-微信Native支付业务逻辑实现
慕侠9031100
2021-03-17
org.simpleframework.xml.core.ElementException: Value for @org.simpleframework.xml.Element(name=appid, type=void, data=false, required=true) on field ‘appid’ private java.lang.String com.lly835.bestpay.model.wxpay.request.WxPayUnifiedorderRequest.appid is null in class com.lly835.bestpay.model.wxpay.request.WxPayUnifiedorderRequest
写回答
1回答
-
廖师兄
2021-03-22
WxPayUnifiedorderRequest.appid is null
没有获取到appid, 检查配置文件,注意appid大小写。
00
相似问题