mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-15 08:06:27 +02:00
sigo2copri content cache
This commit is contained in:
parent
d06556bd60
commit
c40f326d37
8 changed files with 88 additions and 26 deletions
|
@ -92,8 +92,6 @@ my %varenv = $cf->envonline();
|
|||
{-language=>'JAVASCRIPT',
|
||||
-src=>"$varenv{metahost}/$dbt->{copri_conf}->{jsscript}"},
|
||||
{-language=>'JAVASCRIPT',
|
||||
-src=>"$varenv{metahost}/js/shareespecial.js"},
|
||||
{-language=>'JAVASCRIPT',
|
||||
-code=>"$dyn_js"}
|
||||
],
|
||||
-STYLE=>{
|
||||
|
@ -153,18 +151,20 @@ print $q->div({-style=>'margin:15px;'},$q->a({-target=>'_blank', -href=>"$user_m
|
|||
print $q->div({-style=>'margin:15px;'}," "),"\n";
|
||||
#config
|
||||
my $uriop = "$dbt->{operator}->{$operator_key}->{operatorApp}/APIjsonserver";
|
||||
my $bike = "FR1006";
|
||||
my $bike = "FR1003";
|
||||
my $latitude = "47.927738";
|
||||
my $longitude = "7.973855";
|
||||
my $system = "Ilockit";
|
||||
|
||||
#not used
|
||||
my $and_station_state_locking = "";
|
||||
my $and_station_state_locked = "";
|
||||
my $and_station_state_unlocked = "";
|
||||
|
||||
#sigo test lock
|
||||
if(1==1){
|
||||
$bike = "FR1006";
|
||||
$system = "sigo";
|
||||
#system=sigo
|
||||
if($operator_key eq "sharee_sx"){
|
||||
$bike = "SX1150";
|
||||
$latitude = "";
|
||||
$longitude = "";
|
||||
#$and_station_state_locking = "&station_state=locking";
|
||||
#$and_station_state_locked = "&station_state=locked";
|
||||
#$and_station_state_unlocked = "&station_state=unlocked";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue