|
@@ -386,7 +386,7 @@ const baseRequest = (url, data, method, success, isLoad) => {
|
|
|
header['content-type'] = 'application/json;charset=UTF-8'
|
|
header['content-type'] = 'application/json;charset=UTF-8'
|
|
|
// }
|
|
// }
|
|
|
|
|
|
|
|
- if(url=='/api/user/userInfoById'||url=='/api/visiting/card/info'){
|
|
|
|
|
|
|
+ if(url=='/api/user/userInfoById'||url=='/api/visiting/card/info'||url=='/api/user/getUserInfoBySaleNo'){
|
|
|
if(data.id){
|
|
if(data.id){
|
|
|
let encrypt = new JSEncrypt()
|
|
let encrypt = new JSEncrypt()
|
|
|
encrypt.setPublicKey(publics.RSAKEY)
|
|
encrypt.setPublicKey(publics.RSAKEY)
|