-
Notifications
You must be signed in to change notification settings - Fork 32
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会有隐藏逻辑吗
docs/api-docs/web-server/docs/resource/bill/create_adjustment_item.md
Outdated
Show resolved
Hide resolved
|
||
| 参数名称 | 是否必选 | 类型 | 描述 | | ||
|------------|------|--------|--------| | ||
| account_id | 是 | string | 二级账号ID | |
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.
获取一级账号的接口,为啥参数要传二级账号ID?
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.
描述改下,这里应该是一级账号ID吧?
|
||
| 参数名称 | 是否必选 | 类型 | 描述 | | ||
|--------------|------|--------------|-----------------| | ||
| account_id | 是 | string | 二级账号ID | |
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.
同上,修改一级账号为啥要传二级账号ID
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.
同上,一级账号ID
docs/api-docs/web-server/docs/resource/bill/confirm_root_account_summarys.md
Outdated
Show resolved
Hide resolved
### 描述 | ||
|
||
- 该接口提供版本: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.
同上,这个接口不需要鉴权吗
docs/api-docs/web-server/docs/resource/bill/sum_main_account_summarys.md
Outdated
Show resolved
Hide resolved
docs/api-docs/web-server/docs/resource/create_application_for_create_main_account.md
Outdated
Show resolved
Hide resolved
docs/api-docs/web-server/docs/resource/complete_application_for_create_main_account.md
Show resolved
Hide resolved
|
||
| 参数名称 | 是否必选 | 类型 | 描述 | | ||
|------------|------|--------|--------| | ||
| account_id | 是 | string | 二级账号ID | |
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.
描述改下,这里应该是一级账号ID吧?
|
||
| 参数名称 | 是否必选 | 类型 | 描述 | | ||
|--------------|------|--------------|-----------------| | ||
| account_id | 是 | string | 二级账号ID | |
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.
同上,一级账号ID
No description provided.