1
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user