|
@@ -78,7 +78,11 @@ function scanQrcodeLogin(data) {
|
|
|
return request.post(constant.serverUrl + '/pub/qrcode/login', formData);
|
|
|
}
|
|
|
|
|
|
+function wechatUnBind(){
|
|
|
+ return request.post(constant.serverUrl + '/wechatUnBind');
|
|
|
+}
|
|
|
+
|
|
|
export default {
|
|
|
login, pageList, create, edit, add, update, remove, batchRemove, userInfo,
|
|
|
- getLoginQrcode,queryWXLoginStatus,getBindingQrcode,scanQrcodeLogin
|
|
|
+ getLoginQrcode,queryWXLoginStatus,getBindingQrcode,scanQrcodeLogin,wechatUnBind
|
|
|
}
|