Merge branch 'trunk' into feat/partner

* trunk:
  return fixed url
  feat: add checkbox
  feat: add {} to user get
  feat: search city & privacy checkbox remove
This commit is contained in:
eleanor.mao
2025-05-19 14:50:44 +08:00
8 changed files with 371 additions and 6 deletions

View File

@ -75,7 +75,8 @@ export async function requestAllBuyProduct(productCode: ProductType) {
export async function requestCsQrCode(_type: QrCodeType) {
const result = await http.post<CustomerServiceInfo>(API.CS_QR_CODE);
return result.vxQrCode;
return 'https://publiccdn.neighbourhood.com.cn/img/bzQrcode.jpg';
// return `${DOMAIN}/${result.vxQrCode}`;
}
export async function requestCreatePayInfo(params: Omit<CreatePayInfoRequest, 'payChannel' | 'payType' | 'userId'>) {