This commit is contained in:
邹宗楠
2023-08-01 09:43:18 +08:00
parent 74e5825b73
commit 6fb12ba010
2 changed files with 142 additions and 11 deletions

View File

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