咋地,让我一个一个手敲呗,咋的害怕我拿着个垃圾文档去卖钱?
垃圾文档还设置权限[图片]
2022-08-18请问这个问题怎么解决的?
微信云开发统一下单接口 ,受理关系不存在?[图片][图片]
2022-06-08这个问题怎么解决?
transaction must be commit or abort in 30 seconds?{ Error: errCode: -501001 resource system error | errMsg: document.get:fail [ResourceUnavailable.TransactionNotExist] Transaction does not exist on the server, transaction must be commit or abort in 30 seconds. Please check your request, but if the problem persists, contact us.; at document.get api; at returnAsCloudSDKError (/var/user/node_modules/wx-server-sdk/index.js:6086:16) at Object.returnAsFinalCloudSDKError (/var/user/node_modules/wx-server-sdk/index.js:6100:15) at Promise (/var/user/node_modules/wx-server-sdk/index.js:1270:32) at at process._tickCallback (internal/process/next_tick.js:188:7) errCode: -501001, errMsg: 'document.get:fail [ResourceUnavailable.TransactionNotExist] Transaction does not exist on the server, transaction must be commit or abort in 30 seconds. Please check your request, but if the problem persists, contact us.; at document.get api; ' } Transaction does not exist on the server, transaction must be commit or abort in 30 seconds 事务不存在于服务器上?事务必须在30秒内提交或者终止? 我的事务代码的确是关联了三张表,也许会比较耗时。。 调用10次大概会有一次出现的概率。 还会爆出这样的错误: { code: 'DATABASE_TRANSACTION_FAIL', message: '[ResourceUnavailable.TransactionNotExist] Transaction does not exist on the server, transaction must be commit or abort in 30 seconds. Please check your request, but if the problem persists, contact us.', requestId: '1585703096928_0.49784180112680776_33619401-1585703097701_30_15269' }
2022-06-07"[ResourceUnavailable.TransactionNotE"[ResourceUnavailable.TransactionNotExist] Transaction does not exist on the server, transaction must be commit or abort in 30 seconds. Please check your request, but if the problem persists, contact us."xist] Transaction does not exist on the server, transaction must be commit or abort in 30 seconds. Please check your request, but if the problem persists, contact us."
云函数调用startTransaction()启用数据库事务,部署后调用失败的原因?云函数调用startTransaction()引用数据库事务,安装"wx-server-sdk": "^1.7.0,云函数本地调试可以成功调用。 但上传并部署(所有文件)调用则报错,请问什么原因? {"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"transaction is not defined\nReferenceError: transaction is not defined\n at EventHandler.exports.main [as realHandler] (/var/user/index.js:92:5)\n at \u003canonymous\u003e\n at process._tickCallback (internal/process/next_tick.js:188:7)"}
2022-06-06