Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendor/jpush/jpush/src/JPush/DevicePayload.php 变量名错误 #67

Closed
Scyllaly opened this issue Jan 18, 2018 · 1 comment
Closed

vendor/jpush/jpush/src/JPush/DevicePayload.php 变量名错误 #67

Scyllaly opened this issue Jan 18, 2018 · 1 comment

Comments

@Scyllaly
Copy link

vendor/jpush/jpush/src/JPush/DevicePayload.php
第38行 :registrationId 变量未定义

public function clearTags($registration_id) {
$url = $this->client->makeURL('device') . $registrationId;
return Http::post($this->client, $url, ['tags' => '']);
}

@ghost
Copy link

ghost commented Jan 18, 2018

fixed v3.5.28

@ghost ghost closed this as completed Jan 18, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant