package com.diligrp.cashier.mall;
/**
* 商城常量
*/
public interface MallConstants {
String RESULT_SUCCESS = "success";
String RESULT_FAILURE = "fail";
Integer RT_MALL_SOURCE = 1;
String MALL_TOKEN = "mall_token:";
String MALL_USER_INFO = "mall_user_info:";
}