执行链接:http://meihaodeshiguang.cn/testSend
- 发布:2024-12-28 19:25
- 更新:2024-12-28 19:25
- 阅读:22
产品分类: uniCloud/App
App下载地址或H5⽹址: http://meihaodeshiguang.cn/testSend
操作步骤:
预期结果:
123456
123456
实际结果:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>676FDF4F772ADB3939F15617</RequestId>
<HostId>static-unicrpowtr-mp-4395d5b7-35ab-4fbb-bd2d-bf6e9352719a.oss-cn-zhangjiakou.aliyuncs.com</HostId>
<Key>testSend</Key>
</Error>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>676FDF4F772ADB3939F15617</RequestId>
<HostId>static-unicrpowtr-mp-4395d5b7-35ab-4fbb-bd2d-bf6e9352719a.oss-cn-zhangjiakou.aliyuncs.com</HostId>
<Key>testSend</Key>
</Error>
bug描述:
'use strict';
exports.main = async (event, context) => {
return "123456"
};
就是这么简单的云函数,用http链接访问时返回结果不稳定,一会能返回,一会又是This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>676FDF4F772ADB3939F15617</RequestId>
<HostId>static-unicrpowtr-mp-4395d5b7-35ab-4fbb-bd2d-bf6e9352719a.oss-cn-zhangjiakou.aliyuncs.com</HostId>
<Key>testSend</Key>
</Error>
时间间隔大概是十来分钟左右 百思不得急切
0 个回复