🎨 #3799 【小程序】发货信息管理功能补充消息推送字段,支持订单发货和结算事件的完整信息接收
This commit is contained in:
@@ -465,32 +465,40 @@ public class WxConsts {
|
||||
/**
|
||||
* 名称审核事件
|
||||
*/
|
||||
public static final String WXA_NICKNAME_AUDIT = "wxa_nickname_audit" ;
|
||||
public static final String WXA_NICKNAME_AUDIT = "wxa_nickname_audit";
|
||||
/**
|
||||
*小程序违规记录事件
|
||||
*/
|
||||
public static final String WXA_ILLEGAL_RECORD= "wxa_illegal_record";
|
||||
* 小程序违规记录事件
|
||||
*/
|
||||
public static final String WXA_ILLEGAL_RECORD = "wxa_illegal_record";
|
||||
/**
|
||||
*小程序申诉记录推送
|
||||
*/
|
||||
public static final String WXA_APPEAL_RECORD= "wxa_appeal_record";
|
||||
* 小程序申诉记录推送
|
||||
*/
|
||||
public static final String WXA_APPEAL_RECORD = "wxa_appeal_record";
|
||||
/**
|
||||
* 隐私权限审核结果推送
|
||||
*/
|
||||
public static final String WXA_PRIVACY_APPLY= "wxa_privacy_apply";
|
||||
public static final String WXA_PRIVACY_APPLY = "wxa_privacy_apply";
|
||||
/**
|
||||
* 类目审核结果事件推送
|
||||
*/
|
||||
public static final String WXA_CATEGORY_AUDIT= "wxa_category_audit";
|
||||
public static final String WXA_CATEGORY_AUDIT = "wxa_category_audit";
|
||||
/**
|
||||
* 小程序微信认证支付成功事件
|
||||
*/
|
||||
public static final String WX_VERIFY_PAY_SUCC= "wx_verify_pay_succ";
|
||||
public static final String WX_VERIFY_PAY_SUCC = "wx_verify_pay_succ";
|
||||
/**
|
||||
* 小程序微信认证派单事件
|
||||
*/
|
||||
public static final String WX_VERIFY_DISPATCH= "wx_verify_dispatch";
|
||||
}
|
||||
public static final String WX_VERIFY_DISPATCH = "wx_verify_dispatch";
|
||||
/**
|
||||
* 提醒需要上传发货信息事件:曾经发过货的小程序,订单超过48小时未发货时
|
||||
*/
|
||||
public static final String TRADE_MANAGE_REMIND_SHIPPING = "trade_manage_remind_shipping";
|
||||
/**
|
||||
* 订单完成发货时、订单结算时
|
||||
*/
|
||||
public static final String TRADE_MANAGE_ORDER_SETTLEMENT = "trade_manage_order_settlement";
|
||||
}
|
||||
|
||||
/**
|
||||
* 上传多媒体(临时素材)文件的类型.
|
||||
|
||||
Reference in New Issue
Block a user