fix ivyz9a2b
This commit is contained in:
@@ -29,7 +29,7 @@ func NewIVYZ9A2BLogic(ctx context.Context, svcCtx *svc.ServiceContext) *IVYZ9A2B
|
||||
}
|
||||
}
|
||||
|
||||
func (l *IVYZ9A2BLogic) IVYZ9A2B(req *types.Request) (resp string, err error) {
|
||||
func (l *IVYZ9A2BLogic) IVYZ9A2B(req *types.Request) (resp string, err *errs.AppError) {
|
||||
var status string
|
||||
var charges bool
|
||||
var remark = ""
|
||||
|
||||
Reference in New Issue
Block a user