fix:提交修复6个问题
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { PartnerStorePhoneAvailableResponse } from '@dukang/shared-types';
|
||||
import { request } from './api';
|
||||
|
||||
export function checkStorePhoneAvailable(phone: string) {
|
||||
return request<PartnerStorePhoneAvailableResponse>(
|
||||
'PARTNER_H5',
|
||||
`/partner/stores/phone-available?phone=${encodeURIComponent(phone.trim())}`,
|
||||
);
|
||||
}
|
||||
|
||||
export type { PartnerStorePhoneAvailableResponse };
|
||||
Reference in New Issue
Block a user