Commit 6197b163 by 岳巧源

add vc py

parent f578c123
Showing with 5 additions and 1 deletions
...@@ -505,6 +505,10 @@ def create_vc_promotion(): ...@@ -505,6 +505,10 @@ def create_vc_promotion():
"skuBindType": 1, "skuBindType": 1,
} }
], ],
"extMap": {
"promoCreateType": "1",
"promoNoAudit": "1",
}
}, },
"stepSubmit": False "stepSubmit": False
} }
...@@ -570,7 +574,7 @@ def delete_vc_activity(): ...@@ -570,7 +574,7 @@ def delete_vc_activity():
app_key = "CA52430E90209F51D8F5D7B615DDE9AD" app_key = "CA52430E90209F51D8F5D7B615DDE9AD"
app_secret = "c92691b2379c48de87e699c4c2f7fb32" app_secret = "c92691b2379c48de87e699c4c2f7fb32"
param = { param = {
"activityId": 63137688142 "activityId": 63137688158
} }
ans = request_to_jd_vc_dev(method_name, token, app_key, app_secret, param) ans = request_to_jd_vc_dev(method_name, token, app_key, app_secret, param)
print(json.dumps(ans, ensure_ascii=False)) print(json.dumps(ans, ensure_ascii=False))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment