This commit is contained in:
李子铭 2024-11-29 14:23:29 +08:00
parent 45212916ce
commit 03f7733cdd
1 changed files with 1 additions and 1 deletions

View File

@ -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 {