Bug fixed missing query daily account billing #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When using QueryAccountBill (账号账单查询服务) api in php sdk, it's seems like missing two parameters billingDate and granularity. Because of that, every api all will be the monthly api call instead of daily api call.
There is a quick fixed of that. I'm not sure this side effect of this quick fixed when force to change value in this file. Because some caution said we can't edit this file. Maybe there is someway generate this file. I don't know it but i fixed it and work like a charm
"// This file is auto-generated, don't edit it. Thanks."
https://next.api.alibabacloud.com/api/BssOpenApi/2017-12-14/QueryAccountBill
I am also submit the pull request at alibabacloud-sdk-php/BssOpenApi-20171214#1 @sdk-team