Skip to content

Commit

Permalink
fix error kf code
Browse files Browse the repository at this point in the history
  • Loading branch information
DoveChen committed Sep 14, 2021
1 parent a840c5a commit e2b5857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Work.php
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ public function kfAccountUpdate (string $open_kfid, string $name = '', string $m
}

if (!empty($media_id)) {
$args['name'] = $media_id;
$args['media_id'] = $media_id;
}

self::_HttpCall(self::WECHAT_KF_ACCOUNT_UPDATE, 'POST', $args);
Expand Down

0 comments on commit e2b5857

Please sign in to comment.