Authored by zhangxiaoru

plustar

@@ -266,10 +266,10 @@ const isCollection = (brandId, clientType, uid) => { @@ -266,10 +266,10 @@ const isCollection = (brandId, clientType, uid) => {
266 let param = { 266 let param = {
267 brandId: brandId, 267 brandId: brandId,
268 client_type: clientType, 268 client_type: clientType,
269 - private_key: privateKeyList[clientType] 269 + private_key: privateKeyList[clientType]
270 }; 270 };
271 271
272 - if(uid) { 272 + if (uid) {
273 param.uid = uid; 273 param.uid = uid;
274 } 274 }
275 275