- 为了查找一个疑似删除商品没有在JD上同步删除的问题,在VendorSync.SyncSku中添加跟踪信息

This commit is contained in:
gazebo
2019-03-23 11:16:59 +08:00
parent 07f2e56fae
commit a73b9687b2
2 changed files with 6 additions and 1 deletions

View File

@@ -142,3 +142,7 @@ func (ctx *Context) GetResponseWriter() http.ResponseWriter {
func (ctx *Context) GetRequest() *http.Request {
return ctx.r
}
func (ctx *Context) GetTrackInfo() string {
return ctx.accessUUID
}