新项目

// base64加密和解密
// dataValue = JSON.stringify(dataValue);
// let toBase64 = base64.encode(dataValue);
// console.log(toBase64)
// var base64str = base64.decode(toBase64)
// console.log(base64str)
 
FZ._postJ('v1/user/myshopcollections', dataVal)
.then((data) => {
console.log(data)
}).catch((data) => {
console.log(data)
})
 
 
原文地址:https://www.cnblogs.com/dianzan/p/9052611.html