You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLF4J: Failed toString() invocation on an object of type [com.github.binarywang.wxpay.bean.entpay.EntPayRequest]
Reported exception:
java.lang.IllegalArgumentException: class com.github.binarywang.wxpay.bean.entpay.EntPayRequest declares multiple JSON fields named mchId
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:170)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100)
at com.google.gson.Gson.getAdapter(Gson.java:423)
at com.google.gson.Gson.toJson(Gson.java:661)
at com.google.gson.Gson.toJson(Gson.java:648)
at com.google.gson.Gson.toJson(Gson.java:603)
at com.google.gson.Gson.toJson(Gson.java:583)
at com.github.binarywang.wxpay.bean.entpay.EntPayRequest.toString(EntPayRequest.java:194)
The text was updated successfully, but these errors were encountered:
微信企业转账到零钱请求对象EntPayRequest toString方法执行错误,错误日志信息如下:
SLF4J: Failed toString() invocation on an object of type [com.github.binarywang.wxpay.bean.entpay.EntPayRequest]
Reported exception:
java.lang.IllegalArgumentException: class com.github.binarywang.wxpay.bean.entpay.EntPayRequest declares multiple JSON fields named mchId
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.getBoundFields(ReflectiveTypeAdapterFactory.java:170)
at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory.create(ReflectiveTypeAdapterFactory.java:100)
at com.google.gson.Gson.getAdapter(Gson.java:423)
at com.google.gson.Gson.toJson(Gson.java:661)
at com.google.gson.Gson.toJson(Gson.java:648)
at com.google.gson.Gson.toJson(Gson.java:603)
at com.google.gson.Gson.toJson(Gson.java:583)
at com.github.binarywang.wxpay.bean.entpay.EntPayRequest.toString(EntPayRequest.java:194)
The text was updated successfully, but these errors were encountered: