1
This commit is contained in:
@@ -3,8 +3,6 @@ package controllers
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/globals/api"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/partner/im"
|
||||
@@ -80,7 +78,6 @@ func (c *IMController) SendToVendorV2() {
|
||||
b := bytes.NewBufferString(params.SendData)
|
||||
decoder := json.NewDecoder(b)
|
||||
if err = decoder.Decode(&sendData); err == nil {
|
||||
fmt.Println(sendData)
|
||||
if err = im.SendVendorV2(sendData, params.VendorOrgCode); err != nil {
|
||||
return nil, "", err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user