- 修复饿百调整单消息没有正确更新订单信息的BUG
This commit is contained in:
16
business/partner/purchase/ebai/order_test.go
Normal file
16
business/partner/purchase/ebai/order_test.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package ebai
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
func TestGetOrder4PartRefund(t *testing.T) {
|
||||
order, err := new(PurchaseHandler).GetOrder4PartRefund("1556530656022029520")
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
} else {
|
||||
t.Log(utils.Format4Output(order, false))
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user