有没有大佬写一个云开发实现三方api请求是http的,微信小程序要求必须是https,我这里有网上的一个教程,但实现不了,仍然无法访问http的api
参考教程:https://blog.csdn.net/qq_34716929/article/details/120732944
具体的实验过程在下面回复中
http三方API?http tripartite API?
http三方API?有没有大佬写一个云开发实现三方api请求是http的,微信小程序要求必须是https,我这里有网上的一个教程,但实现不了,仍然无法访问http的api
参考教程:https://blog.csdn.net/qq_34716929/article/details/120732944
具体的实验过程在下面回复中
Is there a big man who wrote a cloud development to realize that the three-party API request is HTTP, and the wechat applet must be HTTPS. I have an online tutorial here, but I can't realize it, and I still can't access the API reference tutorial of http: https://blog.csdn.net/qq_34716929/article/details/120732944 The specific experimental process is in the reply below
回答:
人家写的教程没问题,你教程都看不懂那就没办法了。
原文出处:http三方API?
第一张图是我根据上面的教程写的一个云函数,部署完全一样,依赖,初始化云环境都是对的
第二张图,是我在登录界面调用云函数,要用到OneNet的一个hppt的API,参数都对,结果编译运行,输入账号密码却显示密码错误,密码错误的原因已找到,是访问api失败
第三张图,把第二张图云函数调用部分换成小程序内部的request,编译运行输入账号密码,一切正常,只不过小程序上线之后就不能访问量