Lay

Results 7 comments of Lay

传送门 [汽车定价车业务迁移案例](https://blog.csdn.net/weixin_38002497/article/details/106144590)

SDK基本参考官方 Java SDK,目前支持的 sign_type 为 RSA,RSA2 的加密模式空了会加上,感谢关注。

工作一直比较忙,目前没有再使用 GoLang 了,支付宝强制新的用户用户使用 RSA2 加密,需要 RSA2 的小伙伴可以自己 fork 修改,参考 Java 版的 SDK。

ConfigurationBeanFactoryMetadata is deprecated in springboot 2.2.0 and removed in springboot 2.4.0 `since 2.2.0 in favor of ConfigurationPropertiesBean` hope to update it quickly

团队管理的显示权限判断逻辑那里有点问题的,`userInfo` 是异步获取的,但是判定逻辑只会在 `mount` 的时候执行一次,所以判定的时候 `userInfo` 的值是 `null`,然后就不会显示团队管理那个图标按钮了,你可以在 url 路径后面直接拼 `/team` 试试 https://github.com/chat2db/Chat2DB/blob/c8f54daf039899217e021a0f2037356fd37ec6ab/chat2db-client/src/pages/main/index.tsx#L125C3-L144C5

you can set it by add '--babel-runtime' arg to run script package.json e.g. ` { ... "script": { "start": "rc-tools run server --babel-runtime", ... } } `