@@ -138,3 +138,12 @@ export function getQRCode(orderId) {
method: 'get'
})
}
+
+export function getAddress(address) {
+ return request({
+ url: '/qw/companyCustomer/getAddress',
+ method: 'get',
+ params: { address: address }
+ })
+}