This commit is contained in:
邹宗楠
2023-08-02 18:50:54 +08:00
parent 5568704a52
commit 44ed7450ef
3 changed files with 257 additions and 162 deletions

View File

@@ -211,7 +211,7 @@ func TestQueryBillList(t *testing.T) {
TxdBillListGetRequest: &domain591.AlibabaWdkBillListTxdBillListGetRequest{
EndBillDate: &endTime,
StartBillDate: &createTime,
ShopCode: utils.String2Pointer("JX667321"),
ShopCode: utils.String2Pointer("667321"),
PageSize: utils.Int64ToPointer(200),
PageIndex: utils.Int64ToPointer(1),
},