YouZhuanScenes.java 603 Bytes
package com.yoho.message.sdk.common.constants;

/**
 *
 * 有货有赚发送消息场景
 *
 * @ClassName YouZhuanScenes
 * @Author xinfei
 * @Date 2018/8/8 10:44
 **/
public class YouZhuanScenes {

    //有货有赚项目  佣金结算提醒
    public static final String YOZHUAN_COMMISSION_SETTLEMENT = "YOZHUAN_COMMISSION_SETTLEMENT";

    //有货有赚项目  提现打款提醒
    public static final String YOZHUAN_CRASH_ACCOUNT = "YOZHUAN_CRASH_ACCOUNT";

    //有货有赚项目  订单任务完成提醒
    public static final String YOZHUAN_ORDER_COMPLETE = "YOZHUAN_ORDER_COMPLETE";

}