package com.zbkj.common.constants;

/**
 * 易联云打印
 * +----------------------------------------------------------------------
 * | CRMEB [ CRMEB赋能开发者，助力企业发展 ]
 * +----------------------------------------------------------------------
 * | Copyright (c) 2016~2023 https://www.crmeb.com All rights reserved.
 * +----------------------------------------------------------------------
 * | Licensed CRMEB并不是自由软件，未经许可不能去掉CRMEB相关版权
 * +----------------------------------------------------------------------
 * | Author: CRMEB Team <admin@crmeb.com>
 * +----------------------------------------------------------------------
 */
public class YlyConstants {

    // 易联云应用ID
    public static final String YLY_PRINT_APP_ID = "ylyprint_app_id";
    // 易联云应用密钥
    public static final String YLY_PRINT_APP_SECRET = "ylyprint_app_secret";
    // 易联云打印机设备码
    public static final String YLY_PRINT_APP_MACHINE_CODE = "ylyprint_app_machine_code";
    // 易联云打印机设备密钥
    public static final String YLY_PRINT_APP_MACHINE_MSIGN = "ylyprint_app_machine_msign";
    // 易联云打印开关
    public static final String YLY_PRINT_AUTO_STATUS = "ylyprint_auto_status";
    public static final String YLY_PRINT_STATUS = "ylyprint_status";

    //
    public static final String YLY_REDIS_TOKEN = "yly_token";
}
