// 查询待收货的订单
export default function getPendingReceiptOrders(): string
{
    return 'gu1';
}