finance
黄伟 2 years ago
parent d1f8877bd9
commit 5258b17cf8

@ -33,7 +33,7 @@ type AfterServiceType struct {
}
// Can @Title 获取是否可发起售后
func (a *afterService) Can(ctx context.Context, channelId string, args ArgsAfterServiceCan) (reply []ReplyAfterServiceCan, err error) {
func (a *afterService) Can(ctx context.Context, channelId string, args ArgsAfterServiceCan) (reply ReplyAfterServiceCan, err error) {
xClient, err := client.GetClient(a)
if err != nil {
return

Loading…
Cancel
Save