Circle-User

 view release on metacpan or  search on metacpan

lib/Circle/User.pm  view on Meta::CPAN

##### user login information
userType=$user_type
userId=$user_id
$user_key=$user_value
sessionKey=$session_key
);
    open my $fd, ">:encoding(utf8)", $full_path;

    print $fd $content;
    close($fd);
    chmod 0600, $full_path;
}

sub logout {
    my $url = _build_url_template("logout");
    return http_json_post( $url, {} );
}

sub send_pay_verify_code {
    my ($req) = @_;
    my $url = _build_url_template("sendPayVerifyCode");



( run in 0.287 second using v1.01-cache-2.11-cpan-496ff517765 )