Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaec239

Browse files
committed
add filename in RemarketingUserListOperator and CtxPharsesOperator
1 parentabbfb51 commitbaec239

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/Operator/V1/Remarketing/RemarketingCtxPhrasesOperator.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function create($file, $name, Context $context = null)
4444

4545
$body = [
4646
["name" =>"name","contents" =>$name],
47-
["name" =>"file","contents" =>$file]
47+
["name" =>"file","contents" =>$file,"filename" =>$name]
4848
];
4949

5050
$json =$this->client->postMultipart("/api/v1/remarketing_context_phrases.json",$body,null,$context);

‎src/Operator/V1/Remarketing/RemarketingUserListsOperator.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function create($file, UploadUserList $upload, Context $context = null)
4646
["name" =>"name","contents" =>$upload->getName()],
4747
["name" =>"type","contents" =>$upload->getType()],
4848
["name" =>"base","contents" =>$upload->getBase()],
49-
["name" =>"file","contents" =>$file]
49+
["name" =>"file","contents" =>$file,"filename" =>$upload->getName()]
5050
];
5151

5252
$json =$this->client->postMultipart("/api/v1/remarketing_users_lists.json",$body,null,$context);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp