Browse Source

网页多通道客户tags标签webLogin

linhaohong 6 months ago
parent
commit
cb8d1fe35b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/ShopifyController.py

+ 1 - 0
Controller/ShopifyController.py

@@ -444,6 +444,7 @@ class ShopifyView(View):
         customer_data = {
             "email": email,
             "created_at": timestamp,
+            "tag_string": "webLogin",
         }
         if iso2 in ["de", "jp"]:
             secret_key = f"{iso2}_multipass_secret"