This commit is contained in:
邹宗楠
2023-10-11 17:23:24 +08:00
parent 595a2ee464
commit 6a59963c20
2 changed files with 7 additions and 5 deletions

View File

@@ -23,8 +23,8 @@ func TestName(t *testing.T) {
}
func TestGetOrderDetail(t *testing.T) {
requestParam := &request591.AlibabaAelophyOrderGetRequest{OrderGetRequest: &domain591.AlibabaAelophyOrderGetOrderGetRequest{
StoreId: utils.String2Pointer("JX101983"),
BizOrderId: utils.Int64ToPointer(5000921008118200880),
StoreId: utils.String2Pointer("JX102956"),
BizOrderId: utils.Int64ToPointer(5000947260022600875),
}}
data, err := apiTao.QueryOrderDetail(requestParam)
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))