Commit 96f8044d by wang

去掉page验证

parent c9ad81c1
Showing with 3 additions and 0 deletions
......@@ -10,6 +10,9 @@ import (
//过滤
func SkuFilter(remoteData RemoteSkuData,filedStr []string) (data RemoteSkuData) {
remoteData=filterData(remoteData,filedStr)
if(len(remoteData)==0){
return nil
}
return remoteData
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment