|
|
|
@ -90,14 +90,14 @@ func (a *afterService) Receipt(ctx context.Context, args ArgsAfterServiceReceipt
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ArgsAfterService struct {
|
|
|
|
|
type ArgsAfterServiceReject struct {
|
|
|
|
|
SourceAfsSn string `json:"sourceAfsSn"`
|
|
|
|
|
SourceSkuId string `json:"sourceSkuId"`
|
|
|
|
|
SourceOrderSN string `json:"sourceOrderSN"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Reject @Title 驳回
|
|
|
|
|
func (a *afterService) Reject(ctx context.Context, args ArgsAfterService) (err error) {
|
|
|
|
|
func (a *afterService) Reject(ctx context.Context, args ArgsAfterServiceReject) (err error) {
|
|
|
|
|
xClient, err := client.GetClient(a)
|
|
|
|
|
if err != nil {
|
|
|
|
|
return err
|
|
|
|
|