Skip to content

Commit ed8ecfc

Browse files
committed
Support DAILY report in QueryInstanBill.
1 parent 883f318 commit ed8ecfc

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.51 - 2020-1-9
4+
- Support DAILY report in QueryInstanBill.
5+
6+
37
## 1.8.50 - 2020-1-8
48
- Add TagLevel to ListSetTags.
59

src/BssOpenApi/V20171214/BssOpenApiApiResolver.php

+4
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,14 @@ public function withBizTypeList(array $bizTypeList)
837837
* @method $this withOwnerId($value)
838838
* @method string getPageNum()
839839
* @method $this withPageNum($value)
840+
* @method string getBillingDate()
841+
* @method $this withBillingDate($value)
840842
* @method string getProductType()
841843
* @method $this withProductType($value)
842844
* @method string getIsBillingItem()
843845
* @method $this withIsBillingItem($value)
846+
* @method string getGranularity()
847+
* @method $this withGranularity($value)
844848
* @method string getPageSize()
845849
* @method $this withPageSize($value)
846850
*/

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.50';
19+
const VERSION = '1.8.51';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)