googleAds广告账号-授权-绑定-激活流程更新 fixed2
This commit is contained in:
parent
907be771ab
commit
ec69bc1d0a
@ -95,6 +95,10 @@ class GoogleAdsCustomers
|
|||||||
//添加某个root广告账号的全部层级账号
|
//添加某个root广告账号的全部层级账号
|
||||||
public function addRootCustomersNew($options)
|
public function addRootCustomersNew($options)
|
||||||
{
|
{
|
||||||
|
if (!$options) {
|
||||||
|
dump('not found new third user');
|
||||||
|
return;
|
||||||
|
}
|
||||||
$refresh_token = $options['refresh_token'];
|
$refresh_token = $options['refresh_token'];
|
||||||
$access_token = $options['access_token'];
|
$access_token = $options['access_token'];
|
||||||
$merchant_id = $options['merchant_id'];
|
$merchant_id = $options['merchant_id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user