|
@@ -29,10 +29,10 @@ public class PosPrinterUtil {
|
|
|
private static Logger logger =(Logger) LoggerFactory.getLogger(PosPrinterUtil.class);
|
|
|
|
|
|
//生产环境: http://www.huijy.net/mqapi/sendPosPrintDirectMessage
|
|
|
- //public static final String SEND_POS_PRINT_MESSAGE_URL = "http://www.huijy.net/mqapi/sendPosPrintFanoutMessage";
|
|
|
+ public static final String SEND_POS_PRINT_MESSAGE_URL = "http://www.huijy.net/mqapi/sendPosPrintFanoutMessage";
|
|
|
|
|
|
//测试环境:http://mp.huijy.net/mqapi/sendPosPrintFanoutMessage
|
|
|
- public static final String SEND_POS_PRINT_MESSAGE_URL = "http://mp.huijy.net/mqapi/sendPosPrintFanoutMessage";
|
|
|
+ //public static final String SEND_POS_PRINT_MESSAGE_URL = "http://mp.huijy.net/mqapi/sendPosPrintFanoutMessage";
|
|
|
|
|
|
|
|
|
//推送要打印小票的信息
|