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