| | |
| | | * 微信发起转账(前缀) |
| | | */ |
| | | public static final String WE_CHAT_PAY_URL_PRE = "https://api.mch.weixin.qq.com/v3/fund-app/mch-transfer/transfer-bills"; |
| | | public static final String WE_CHAT_PAY_QUERY_URL_PRE = "https://api.mch.weixin.qq.com/v3/fund-app/mch-transfer/transfer-bills/out-bill-no/"; |
| | | |
| | | /** |
| | | * 微信商家转账到用户零钱接口地址(后缀) |
| | | */ |
| | | public static final String WE_CHAT_URL_SUF = "/v3/transfer/batches"; |
| | | public static final String WE_CHAT_QUERY_URL_SUF = "/v3/fund-app/mch-transfer/transfer-bills/out-bill-no/"; |
| | | |
| | | /** |
| | | * 微信转账接口调用所返回的成功参数之一 |