-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 补充账号账单接口补充校验、权限 --story=121135031 #1218
base: v1.7.x
Are you sure you want to change the base?
feat: 补充账号账单接口补充校验、权限 --story=121135031 #1218
Conversation
@@ -0,0 +1,99 @@ | |||
### 描述 | |||
|
|||
- 该接口提供版本:v1.6.0+。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
版本号需要确认下改成最新的了
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
应该不需要吧?这些接口应该已经在v1.6.0提供了?现在只是补全接口文档
docs/api-docs/web-server/docs/resource/account/add_root_account.md.md
Outdated
Show resolved
Hide resolved
|
||
| 参数名称 | 参数类型 | 必选 | 描述 | | ||
|------|--------------|----|--------| | ||
| ids | string array | 是 | 调账明细列表 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有最大数量限制吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pkg/api/account-server/bill/billitem.go:181
req声明中没有说明,delete Filter会有隐藏逻辑吗
No description provided.