Commit f1acea53 by softwhiskey8

отладка

1 parent 68ecc608
Showing with 1 additions and 1 deletions
......@@ -143,7 +143,7 @@ async function main() {
var tmp_json1 = `{webinar:\"Как продавать на маркетплейсах в 2022\",date:\"11 июля\",promocode:\"SAMLOH\"}`;
var tmp_json = args['json'];
var phone_number = args['phone'];
tmp_json = JSON.stringify(tmp_json);
//tmp_json = JSON.stringify(tmp_json);
cmd+= `${events_owner} ${preset_template_id} ${phone_number} empty empty empty ${tmp_json}`;
console.log("tmpjson:"); console.log(tmp_json);
console.log("cmd:"); console.log(cmd);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!