l465659833
如题,最近我通过PhP后台向LeanCloud中存储数据的时候,发现频繁出现调用失败。log如下: Save object fail!exception 'RuntimeException' with message 'CURL connection (https://api.leancloud.cn/1.1/batch) error: 7 Failed to connect to api.leancloud.cn port 443: Connection timed out' in /home/wwwroot/api.ldstark.com/bigbang/payment/vendor/Le…
就是把客户端传上来的数据处理以后,调用PHPSDK保存到LeanCloud,代码如下: $wePayPaymentObject = new Object("WePayPayment"); foreach($objectForLeanCloud as $key => $value){ if(!is_numeric($key)){ $wePayPaymentObject->set("$key", "$value"); } } $acl = new ACL(); $acl->setReadAccess($objectForLeanCloud["userId"],true); $ac…
那咨询一下,咱们队鸿蒙的适配有什么规划吗?
那咱们有适配计划了吗?
现在应该很多APP都在考虑适配鸿蒙了,咱们得抓紧呀