Commit c9f0ee97 by 袁伟铭

1.0.0

parent 4a24ff28
...@@ -32,7 +32,12 @@ import java.util.Map; ...@@ -32,7 +32,12 @@ import java.util.Map;
@Slf4j @Slf4j
@Data @Data
public class WeixinUtils { public class WeiXinUtils {
// 小程序发送红包的请求
private String sendminiprogramhb = "https://api.mch.weixin.qq.com/mmpaymkttransfers/sendminiprogramhb";
// 企业向个人用户付款
private String transfers = "https://api.mch.weixin.qq.com/mmpaymkttransfers/promotion/transfers";
/** /**
* 获取不限量小程序二维码 * 获取不限量小程序二维码
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment