|
|
|
@ -358,8 +358,10 @@ public class QyWxOperationController { |
|
|
|
// 访问url
|
|
|
|
String url = QyWxConfig.jsApiUrl; |
|
|
|
|
|
|
|
s = (String) redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "jsapi_ticket_app"); |
|
|
|
//s = (String) redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "jsapi_ticket_app");
|
|
|
|
s = (String) redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "jsapi_ticket_enterprises"); |
|
|
|
if (s != null) { |
|
|
|
System.out.println("jsapi_ticket_app-"+s); |
|
|
|
s1 = (String) redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "jsapi_ticket_enterprises"); |
|
|
|
timestamp = ObjectFormatUtil.toLong((String) Objects.requireNonNull(redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "timestamp"))); |
|
|
|
url = (String) redisPool.getRedisTemplateByDb(14).opsForHash().get("wms_QyWxScanQrCodeSignature", "url"); |
|
|
|
|