mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #1686 微信公众号增加对话能力(原导购助手)部分接口,如修改顾问、删除顾问、获取顾问列表等
This commit is contained in:
@@ -141,4 +141,14 @@ public class WxMpEventConstants {
|
||||
public static final String CLOUD_INVOICE_INVOICERESULT_EVENT = "cloud_invoice_invoiceresult_event";
|
||||
}
|
||||
|
||||
/**
|
||||
* 对话助手相关事件
|
||||
*/
|
||||
public static class Guide {
|
||||
/**
|
||||
* 顾问邀请结果通知事件.
|
||||
*/
|
||||
public static final String GUIDE_INVITE_RESULT_EVENT = "guide_invite_result_event";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user