- 为了查找一个疑似删除商品没有在JD上同步删除的问题,在VendorSync.SyncSku中添加跟踪信息
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user