我想吧腾讯云开发迁移到阿里上去,
有一个云函数用了
cloud.openapi.subscribeMessage.send
这个方法
然后阿里云开发里执行就会报错
Error: errCode: -501007 invalid parameters | errMsg: collection.count:fail missing secretId or secretKey of tencent cloud; at collection.count api;
有什么办法去配置这个id和key吗?
还是只能改成 http的接口写法?