return
This commit is contained in:
parent
45212916ce
commit
03f7733cdd
|
@ -164,7 +164,7 @@ func notifyResp(appKey string, resp *notify.OrderReq) (*proto.NotifyResponse, er
|
|||
Data: data,
|
||||
Extra: nil,
|
||||
},
|
||||
Return: "SUCCESS",
|
||||
Return: `{"code": "SUCCESS"}`,
|
||||
}
|
||||
b, err := getNotifyCard(appKey, resp.Cards)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue