ソースを参照

网页多通道客户tags标签webLogin

linhaohong 6 ヶ月 前
コミット
cb8d1fe35b
1 ファイル変更1 行追加0 行削除
  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"