mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update api.websms.js
This commit is contained in:
parent
25ac8c9e1a
commit
b25829d8f6
|
@ -1,7 +1,7 @@
|
||||||
var HTTP = require("lib/http");
|
var HTTP = require("lib/http");
|
||||||
|
|
||||||
var WebSMSObject = function() {
|
var WebSMSObject = function() {
|
||||||
this.host = "";
|
this.host = "localhost";
|
||||||
this.token = "";
|
this.token = "";
|
||||||
this.country = "any";
|
this.country = "any";
|
||||||
this.operator = "any";
|
this.operator = "any";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user