mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 01:15:53 +08:00
B2C代码提交
This commit is contained in:
@@ -10,6 +10,19 @@ export function getVerifyImg (verificationEnums) {
|
||||
needToken: false
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
export function getImSetting(params) {
|
||||
return request({
|
||||
url: `/buyer/other/setting/get/IM_SETTING`,
|
||||
method: Method.GET,
|
||||
needToken: true,
|
||||
params,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 验证码校验
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user