This commit is contained in:
邹宗楠
2022-04-01 16:05:13 +08:00
parent 7cb514aa1e
commit afddb82ecd

View File

@@ -1,6 +1,7 @@
package fnpsapi
import (
"bytes"
"encoding/json"
"fmt"
"git.rosy.net.cn/baseapi"
@@ -159,6 +160,7 @@ func (a *API) GetChainOrderStatusNotify(request *http.Request) (shopStatusMsg *O
//if true { // 第二次平台分配骑手
fmt.Println("==============", string(data))
fmt.Println("==============2222", bytes.NewBuffer(data).String())
result := &OrderStatusNottify{}
if err := json.Unmarshal(data, &result); err != nil {
callbackResponse = &CallbackResponse{Code: -1}