refactor: 更新API路径以使用buyer API

This commit is contained in:
pikachu1995@126.com
2026-07-13 16:51:57 +08:00
parent 4d0b0fb5e4
commit 3ec61f41bc
6 changed files with 23 additions and 29 deletions

View File

@@ -59,7 +59,7 @@ export function getAutoCoup(){
*/
export function sendMobile(mobile,type='LOGIN') {
return http.request({
url: `${api.common}/common/sms/${type}/${mobile}`,
url: `${api.buyer}/common/sms/${type}/${mobile}`,
method: "GET",
});
}