...
|
...
|
@@ -266,10 +266,10 @@ const isCollection = (brandId, clientType, uid) => { |
|
|
let param = {
|
|
|
brandId: brandId,
|
|
|
client_type: clientType,
|
|
|
private_key: privateKeyList[clientType]
|
|
|
private_key: privateKeyList[clientType]
|
|
|
};
|
|
|
|
|
|
if(uid) {
|
|
|
if (uid) {
|
|
|
param.uid = uid;
|
|
|
}
|
|
|
|
...
|
...
|
|