This commit is contained in:
邹宗楠
2023-08-08 09:09:58 +08:00
parent 95a51a8034
commit 9df2b7fdc8

View File

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