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

引用了自动加载老提示 #1

Open
AGui90s opened this issue Nov 29, 2018 · 22 comments
Open

引用了自动加载老提示 #1

AGui90s opened this issue Nov 29, 2018 · 22 comments

Comments

@AGui90s
Copy link

AGui90s commented Nov 29, 2018

Error : Class 'getui\src\httpRequest\push\PushList' not found
@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

Error : Class 'getui\src\httpRequest\push\PushList' not found

你好,以前命名空间处理有问题,你在拉去代码试一下 , 全部放在test/test.php 里面了

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

是,我自己处理了你一下你的命名空间就OK了

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

Error : Class 'getui\src\httpRequest\push\PushList' not found

你好,以前命名空间处理有问题,你在拉去代码试一下 , 全部放在test/test.php 里面了

你们是使用了证书?提示一直说证书不对

array(2) {
  ["result"]=>
  string(5) "error"
  ["error_desc"]=>
  string(134) "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
}

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

Error : Class 'getui\src\httpRequest\push\PushList' not found

你好,以前命名空间处理有问题,你在拉去代码试一下 , 全部放在test/test.php 里面了

你们是使用了证书?提示一直说证书不对

array(2) {
  ["result"]=>
  string(5) "error"
  ["error_desc"]=>
  string(134) "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
}

你好,我们这边没使用证书;能把 HttpRequest 类下面 232 行那个方法捕获的异常打印出来看一下吗

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

Error : Class 'getui\src\httpRequest\push\PushList' not found

你好,以前命名空间处理有问题,你在拉去代码试一下 , 全部放在test/test.php 里面了

你们是使用了证书?提示一直说证书不对

array(2) {
  ["result"]=>
  string(5) "error"
  ["error_desc"]=>
  string(134) "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)"
}

你好,我们这边没使用证书;能把 HttpRequest 类下面 232 行那个方法捕获的异常打印出来看一下吗

image

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

我推测是不是guzzlehttp引发的?

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

我试试直接去掉guzzlehttp 用原生的curl

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

我试试直接去掉guzzlehttp 用原生的curl

好的

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

save_list_body

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

我试试直接去掉guzzlehttp 用原生的curl

好的

save_list_body 参数你那里设置的?我打出来URL是“save_list_body” 字符串

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

save_list_body

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

我试试直接去掉guzzlehttp 用原生的curl

好的

save_list_body 参数你那里设置的?我打出来URL是“save_list_body” 字符串

你看一下 PushList 文件的pushListSend,因为批量推送需要先传递body 在调push_list;你可以先用单条推送的试一次

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

save_list_body

我推测是不是guzzlehttp引发的?

这个没遇到过,要不把请求那一块改种方式试一下

我试试直接去掉guzzlehttp 用原生的curl

好的

save_list_body 参数你那里设置的?我打出来URL是“save_list_body” 字符串

你看一下 PushList 文件的pushListSend,因为批量推送需要先传递body 在调push_list;你可以先用单条推送的试一次

官网地址不是 http://sdk.open.api.igexin.com/apiex.htm
你的都是https://restapi.getui.com/v1/ 开头 这是新地址?

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

image
前面的也是- -、没仔细看。

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

前面红框是没有报错情况。

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

前面红框是没有报错情况。

因为上面,把异常捕获了,下面返回错误集

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

前面红框是没有报错情况。

因为上面,把异常捕获了,下面返回错误集

image
你好,你这样把你的查询对象注入进去试试吧

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

前面红框是没有报错情况。

因为上面,把异常捕获了,下面返回错误集

image
你好,你这样把你的查询对象注入进去试试吧

好的,试试看我。

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

前面红框是没有报错情况。

因为上面,把异常捕获了,下面返回错误集

image
你好,你这样把你的查询对象注入进去试试吧

确实是证书问题。在PHP.ini 加上就好了

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

现在返回
image 你那个config.php文件是还有其他配置吗?

@wuwu123
Copy link
Owner

wuwu123 commented Nov 29, 2018

现在返回
image 你那个config.php文件是还有其他配置吗?

master_secret 参数传递有问题吧

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

现在返回
image 你那个config.php文件是还有其他配置吗?

master_secret 参数传递有问题吧

image
我对比了一下参数都没问题的。奇了怪了哈

@AGui90s
Copy link
Author

AGui90s commented Nov 29, 2018

我去 扯半天,你的是restapi
image
我要搞PHP服务端推送。- - 哎呀我去

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

2 participants