|
@@ -353,13 +353,13 @@ export const updatePersonAvatar = (avatar) => {
|
|
|
}
|
|
|
|
|
|
// 获取职位分享小程序二维码
|
|
|
-export const getJobAdvertisedShareQrcode = (data) => {
|
|
|
+export const getJobAdvertisedShareQrcode = (data, custom) => {
|
|
|
return request({
|
|
|
url: '/app-api/menduner/system/social-user/wxa-qrcode',
|
|
|
method: 'POST',
|
|
|
data,
|
|
|
custom: {
|
|
|
- auth: true,
|
|
|
+ auth: custom?.noAuth ? false : true,
|
|
|
showLoading: false
|
|
|
}
|
|
|
})
|