This commit is contained in:
邹宗楠
2023-07-05 18:11:37 +08:00
parent 7b5365001d
commit dc067d246f
3 changed files with 16 additions and 16 deletions

View File

@@ -3,8 +3,6 @@ package tao_vegetable
import (
"fmt"
request1475 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability1475/request"
domain3156 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/domain"
request3156 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability3156/request"
domain585 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability585/domain"
request585 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability585/request"
domain587 "git.rosy.net.cn/baseapi/platformapi/tao_vegetable/sdk/ability587/domain"
@@ -193,18 +191,6 @@ func TestGetSkuDetaul(t *testing.T) {
globals.SugarLogger.Debugf("result := %s ", utils.Format4Output(result, false))
}
func TestPartialRefundReason(t *testing.T) {
param := &request3156.AlibabaTclsAelophyRefundCsapplyrenderRequest{
RefundCsApplyRenderDTO: &domain3156.AlibabaTclsAelophyRefundCsapplyrenderRefundCsApplyRenderDto{
OutOrderId: utils.String2Pointer("5000897449678380922"),
StoreId: utils.String2Pointer("JX668998"),
OutSubOrderIds: &[]string{"3422286108419706112"},
OrderFrom: utils.Int64ToPointer(utils.Str2Int64(TaoVegetableChannelCode)),
},
}
apiTao.PartialRefundReason(param)
}
func uploadImg(api *API, imgs []string) *string {
result := make([]string, 0, 0)
for _, v := range imgs {