This commit is contained in:
邹宗楠
2023-07-05 15:47:39 +08:00
parent d7fc9b51a1
commit 745b52d3c7

View File

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