加入群聊
This commit is contained in:
@@ -789,9 +789,9 @@ public class JDUtil {
|
|||||||
// 生成转链
|
// 生成转链
|
||||||
String transferUrl = transfer(skuId, giftKey);
|
String transferUrl = transfer(skuId, giftKey);
|
||||||
wxUtil.sendTextMessage(wxid, "附带礼金的链接:\n" + transferUrl, 1, wxid, false);
|
wxUtil.sendTextMessage(wxid, "附带礼金的链接:\n" + transferUrl, 1, wxid, false);
|
||||||
wxUtil.sendTextMessage(wxid, "附带礼金的方案:\n", 1, wxid, true);
|
wxUtil.sendTextMessage(wxid, "附带礼金的方案:\n", 1, wxid, false);
|
||||||
|
|
||||||
wxUtil.sendTextMessage(wxid, finalWenAn.replaceAll(jsonObject.getString("url"), transferUrl), 1, wxid, false);
|
wxUtil.sendTextMessage(wxid, finalWenAn.replaceAll(jsonObject.getString("url"), transferUrl), 1, wxid, true);
|
||||||
|
|
||||||
|
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user