|
@@ -610,6 +610,7 @@
|
|
|
params.creativeMaterialType = this.creativeMaterialType;
|
|
|
params.localImageUrl = this.localImageUrl;
|
|
|
params.impressionUrl = this.impressionUrl;
|
|
|
+ params.sceneId = this.sceneId;
|
|
|
params.loginId = this.userInfo().id;
|
|
|
postAction(this.url.creativeUrl, params).then((res) => {
|
|
|
console.log(res)
|