Browse Source

kuaishou_product_open_id

Xingyu Xian 1 day ago
parent
commit
fe9ac8d17c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/product.go

+ 1 - 1
service/product.go

@@ -180,7 +180,7 @@ func (*product) QueryKuaishouProduct(ctx context.Context, newKuaishouProduct htt
 	//var SignSecret string = "dBt0rVRhTpUqcrOYGGpv0A"
 
 	// 1. 拿到快手的AccessToken
-	kuaishouUserInfo, userErr := db.FindUserInfoByOpenId(ctx, "f1b0d3a11c24fcde14bf5725dd27c0ef")
+	kuaishouUserInfo, userErr := db.FindUserInfoByOpenId(ctx, "f1b0d3a11c24fcde14bf5724d0d1cdfc")
 	if userErr != nil {
 		return nil, userErr
 	}