1111
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user