Jsyz Chen

Results 6 comments of Jsyz Chen

应该是路径权限问题,https://pan.baidu.com/union/doc/3ksg0s9ye ![image](https://user-images.githubusercontent.com/10205700/175855165-c58c6db9-bbd7-4d12-96ad-e8a671b0be49.png)

接口返回500还是“Poms key is not existing in DDBS”这个错吗

> 也遇到了第3个问题,并发数改成1还是报错。 路径参数是/apps下的吗,不是的话没有权限上传,这个路径是需要申请接入的,一般为应用名称的拼音,官方文档:https://pan.baidu.com/union/doc/ol0rsap9s 申请入口: https://pan.baidu.com/union/apply?from=doc_header ![image](https://user-images.githubusercontent.com/10205700/198823313-dfba396c-b02f-4ecd-83fe-b1ca362fc86c.png) 如果不是这个问题的话,可以给下请求的参数和接口返回的信息,我这边排查下

用的2.3,应该和版本没关系,你看看你的yaf配置命名空间和自动加载开启了没

//设置open和idle的总连接数为3 db.SetMaxOpenConns(2) db.SetMaxIdleConns(1) 这块是有问题的吧,总连接数应该等于MaxOpenConns,原文是SetMaxOpenConns=3 // Set the number of open connections (in-use + idle) to a maximum total of 3. db.SetMaxOpenConns(3)

希望update操作也支持_limit,现在在update里面用_limit会报“sql: converting argument $3 type: unsupported type []uint, a slice of uint”错误