1
This commit is contained in:
@@ -47,8 +47,8 @@ func TestQueryAfsOrderDetail(t *testing.T) {
|
|||||||
param := &request591.AlibabaWdkOrderRefundGetRequest{
|
param := &request591.AlibabaWdkOrderRefundGetRequest{
|
||||||
OrderFrom: utils.Int64ToPointer(31),
|
OrderFrom: utils.Int64ToPointer(31),
|
||||||
ShopId: nil,
|
ShopId: nil,
|
||||||
StoreId: utils.String2Pointer("JX102751"),
|
StoreId: utils.String2Pointer("JX100705"),
|
||||||
RefundIds: &[]int64{1315405271},
|
RefundIds: &[]int64{1313780273},
|
||||||
}
|
}
|
||||||
data, err := apiTao.QueryAfsOrderDetail(param)
|
data, err := apiTao.QueryAfsOrderDetail(param)
|
||||||
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))
|
globals.SugarLogger.Debugf("data := %s", utils.Format4Output(data, false))
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ func TestUpdateStoreTest(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestDelete(t *testing.T) {
|
func TestDelete(t *testing.T) {
|
||||||
err := apiTao.ShopUpdateStatus("JX668594", -1)
|
err := apiTao.ShopUpdateStatus("JX668594", 1)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user