24h SMS update marker

This commit is contained in:
Rainer Gümpelein 2022-03-15 13:05:21 +01:00
parent df954371f2
commit b7de896e71
3 changed files with 24 additions and 11 deletions

View file

@ -1477,7 +1477,7 @@ sub bikes_available(){
$return->{$id}->{Ilockit_GUID} = "$record->{$id}->{txt17}";
$return->{$id}->{Ilockit_ID} = "$record->{$id}->{txt18}";
$return->{$id}->{bike_group} = ["$dbt->{operator}->{$varenv->{dbname}}->{oprefix}$record->{$id}->{main_id}"];
#if($users_serviceapp->{int09}){
#if($users_serviceapp->{int09})
#shareetool
if($q->param('authcookie') && $dbt->{merchant_ids}->{$varenv->{merchant_id}}->{id} && $dbt->{merchant_ids}->{$varenv->{merchant_id}}->{id} == 187 && scalar(@{$user_tour} >= 1)){
my @service_code = split(/\s/,$record->{$id}->{txt23});

View file

@ -44,6 +44,7 @@ my $response_in = {};
my $dbh = "";
my $owner = 181;
#used for sending smsAck codes to user
sub sms_ack_digest {
my $self = shift;
my $ctadr = shift;
@ -99,7 +100,7 @@ sub sms_ack_digest {
return $ret_json;
}
#used for sending message if lock_state=locking and after 45 sec no lock_state=locked
#used for sending message to user
sub sms_message {
my $self = shift;
my $todo = shift;