|
@@ -183,7 +183,7 @@ class ByteDance extends BaseUniPlatform
|
|
return $this->post($this->API::CREATE_QRCODE, [
|
|
return $this->post($this->API::CREATE_QRCODE, [
|
|
'appname' => 'douyin',
|
|
'appname' => 'douyin',
|
|
'access_token' => $this->accessToken,
|
|
'access_token' => $this->accessToken,
|
|
- 'path' =>urlencode('/pages/index/index?'."user_id=$userId"),
|
|
|
|
|
|
+ 'path' =>urlencode('pages/index/index?'."user_id=$userId"),
|
|
'width' => 600,
|
|
'width' => 600,
|
|
]);
|
|
]);
|
|
}
|
|
}
|