This commit is contained in:
邹宗楠
2023-07-10 18:43:51 +08:00
parent acf35dc0f4
commit 347edd32b7
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ func TestName(t *testing.T) {
func TestGetOrderDetail(t *testing.T) {
requestParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{
StoreId: utils.String2Pointer("JX668594"),
BizOrderId: utils.Int64ToPointer(5000900001958720922),
BizOrderId: utils.Int64ToPointer(5000900194372970922),
}}
data, err := apiTao.QueryOrderDetail(requestParam)
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))