1
This commit is contained in:
@@ -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(5000894665550700922),
|
||||
BizOrderId: utils.Int64ToPointer(5000897108900720922),
|
||||
}}
|
||||
data, err := apiTao.QueryOrderDetail(requestParam)
|
||||
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))
|
||||
@@ -61,7 +61,7 @@ func TestDeliveryFinishREJECTED(t *testing.T) {
|
||||
err := apiTao.DeliveryFinish(&request591.AlibabaAelophyOrderWorkCallbackRequest{
|
||||
WorkCallbackRequest: &domain591.AlibabaAelophyOrderWorkCallbackWorkCallbackRequest{
|
||||
StoreId: utils.String2Pointer("JX668594"),
|
||||
BizOrderId: utils.Int64ToPointer(5000894665550700922),
|
||||
BizOrderId: utils.Int64ToPointer(5000897098078620922),
|
||||
Status: utils.String2Pointer("REJECTED"),
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user