微信开发 Java SDK ,支持包括微信支付,开放平台,小程序,企业微信,视频号,公众号等的后端开发
28 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | …ring/starter/wxjava/pay/example/WxPayMultiExample.java | 180 | new com.github.binarywang.wxpay.bean.request.WxPayRefundV3Request(); |
| CRITICAL | …ring/starter/wxjava/pay/example/WxPayMultiExample.java | 187 | new com.github.binarywang.wxpay.bean.request.WxPayRefundV3Request.Amount(); |
| CRITICAL | …n/java/com/github/binarywang/wxpay/util/SignUtils.java | 106 | return me.chanjar.weixin.common.util.SignUtils.createHmacSha256Sign(toSign.toString(), signKey); |
| CRITICAL | …n/java/com/github/binarywang/wxpay/util/SignUtils.java | 190 | return me.chanjar.weixin.common.util.SignUtils.createHmacSha256Sign(toSign.toString(), signKey); |
| CRITICAL | …/com/github/binarywang/wxpay/service/WxPayService.java | 137 | throw new me.chanjar.weixin.common.error.WxRuntimeException("子类需要实现此方法"); |
| CRITICAL | …/java/cn/binarywang/wx/miniapp/test/ApiTestModule.java | 32 | WxMaService wxService = new cn.binarywang.wx.miniapp.api.impl.WxMaServiceImpl(); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …ixin/cp/tp/service/impl/WxCpTpServiceJoddHttpImpl.java | 101 | // public WxCpConfigStorage getWxCpConfigStorage() { |
| LOW | …p/tp/service/impl/WxCpTpServiceHttpComponentsImpl.java | 101 | // @Override |
| LOW | …anjar/weixin/mp/api/impl/WxMpDraftServiceImplTest.java | 161 | |
| LOW | …arywang/wxpay/bean/payscore/WxPayScoreRequestTest.java | 21 | .build(); |
| LOW | …/wxpay/bean/payscore/WxPartnerPayScoreRequestTest.java | 21 | .device(new Device("deviceId","deviceId","212323232")) |
| LOW | …ay/service/impl/MarketingBusiFavorServiceImplTest.java | 201 | request.setComment("买价值984元3大罐送价值316元2小罐"); |
| LOW | …ub/binarywang/wxpay/example/NewTransferApiExample.java | 341 | // 3. 发起单笔转账(默认模式) |
| LOW | …ang/wxpay/bean/marketing/FavorStocksCreateRequest.java | 581 | * </pre> |
| LOW | …ang/wxpay/bean/marketing/FavorStocksCreateRequest.java | 601 | // @SerializedName(value = "fix_available_time") |
| LOW | …ang/wxpay/bean/marketing/FavorStocksCreateRequest.java | 621 | // private Boolean secondDayAvailable; |
| LOW | …ang/wxpay/bean/marketing/FavorStocksCreateRequest.java | 641 | // @NoArgsConstructor |
| LOW | …ang/wxpay/bean/marketing/FavorStocksCreateRequest.java | 661 | // * 变量名:begin_time |
| LOW | …ain/java/me/chanjar/weixin/channel/enums/SendTime.java | 41 | // FOUTEEN_DAY("SendTime_FOUTEEN_DAY", "14天内发货"), |
| LOW | …njar/weixin/channel/api/impl/WxChannelServiceImpl.java | 21 | // * @deprecated 请使用 {@link BaseWxChannelServiceImpl#setConfig(WxChannelConfig) } 替代 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | …in/common/util/http/hc/InputStreamResponseHandler.java | 15 | public class InputStreamResponseHandler extends AbstractHttpClientResponseHandler<InputStream> { |
| LOW | …ixin/common/util/http/hc/ByteArrayResponseHandler.java | 14 | public class ByteArrayResponseHandler extends AbstractHttpClientResponseHandler<byte[]> { |
| LOW | …ar/weixin/common/util/http/hc/Utf8ResponseHandler.java | 18 | public class Utf8ResponseHandler extends AbstractHttpClientResponseHandler<String> { |
| LOW | …r/weixin/common/util/http/hc/BasicResponseHandler.java | 10 | public class BasicResponseHandler extends BasicHttpClientResponseHandler { |
| LOW | …ommon/util/http/apache/InputStreamResponseHandler.java | 15 | public class InputStreamResponseHandler extends AbstractResponseHandler<InputStream> { |
| LOW | …ommon/util/http/apache/ApacheBasicResponseHandler.java | 5 | public class ApacheBasicResponseHandler extends BasicResponseHandler { |
| LOW | …/common/util/http/apache/ByteArrayResponseHandler.java | 9 | public class ByteArrayResponseHandler extends AbstractResponseHandler<byte[]> { |
| LOW | …eixin/common/util/http/apache/Utf8ResponseHandler.java | 16 | public class Utf8ResponseHandler extends AbstractResponseHandler<String> { |